- finally cleaned up localisation (now i18n) - made localisation strings easier to read and understand - removed static selected language in service modules - added support for russian language (привет-привет) - it's now extremely easy to add support for more languages. just copy en folder in i18n and start translating strings. pull requests for adding languages are more than welcome.
11 lines
592 B
JSON
11 lines
592 B
JSON
{
|
||
"about": "Что за {appName}?",
|
||
"settings": "Открыть настройки",
|
||
"input": "Вставь ссылку сюда",
|
||
"download": "Кнопка скачивания",
|
||
"changelog": "Посмотреть последние изменения (на английском)",
|
||
"close": "Закрыть окно",
|
||
"alwaysVisibleButton": "Всегда оставлять кнопку скачивания на экране",
|
||
"downloadPopup": "Спрашивать что делать с загрузками",
|
||
"donate": "Пожертвования"
|
||
} |