mirror of
https://github.com/elyby/emails-renderer.git
synced 2025-05-31 14:12:05 +05:30
Добавлена (скопипащена) команда для пулинга локалей из oneskyapp
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
export const SUPPORTED_LANGUAGES = ['be', 'en', 'ru', 'pt', 'uk'];
|
||||
import LOCALES from 'i18n/index.json';
|
||||
|
||||
export const SUPPORTED_LANGUAGES = Object.keys(LOCALES);
|
||||
export const DEFAULT_LANGUAGE = 'en';
|
||||
|
||||
22
src/i18n/index.json
Normal file
22
src/i18n/index.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"be": {
|
||||
"name": "Беларуская",
|
||||
"progress": 100
|
||||
},
|
||||
"en": {
|
||||
"name": "English",
|
||||
"progress": 100
|
||||
},
|
||||
"pt": {
|
||||
"name": "Português",
|
||||
"progress": 100
|
||||
},
|
||||
"ru": {
|
||||
"name": "Русский",
|
||||
"progress": 100
|
||||
},
|
||||
"uk": {
|
||||
"name": "Українська",
|
||||
"progress": 100
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user