mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-26 15:00:23 +05:30
В i18n collect добавлен белорусский язык
This commit is contained in:
parent
82918a1183
commit
a99d55e061
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user