В меню переключения языков добавлена ссылка на сервис переводов

This commit is contained in:
ErickSkrauch
2017-01-08 00:55:58 +03:00
parent 8e06adbf21
commit ac425431ed
9 changed files with 31 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import prompt from 'prompt';
const MESSAGES_PATTERN = `${__dirname}/../dist/messages/**/*.json`;
const LANG_DIR = `${__dirname}/../src/i18n`;
const DEFAULT_LOCALE = 'en';
const SUPPORTED_LANGS = [DEFAULT_LOCALE].concat('ru', 'be', 'uk');
const SUPPORTED_LANGS = [DEFAULT_LOCALE].concat('ru', 'be', 'pt', 'uk');
/**
* Aggregates the default messages that were extracted from the app's