В i18n collect добавлен белорусский язык

This commit is contained in:
ErickSkrauch 2016-06-16 16:08:28 +03:00
parent 82918a1183
commit a99d55e061

View File

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