From 0f4005543214f0ebec8f46d3192a644a002fc3e5 Mon Sep 17 00:00:00 2001 From: David Smith Date: Thu, 16 Mar 2017 12:28:10 +0000 Subject: [PATCH] Add riw configuration --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 95f6acc..270d97c 100644 --- a/package.json +++ b/package.json @@ -19,5 +19,9 @@ "babel-preset-react": "^6.23.0", "webpack": "^2.2.1", "webpack-dev-server": "^2.4.1" + }, + "riw": { + "defaultLocale": "en-GB", + "targetLocales": ["pt-BR", "xx-en-reverse"] } }