diff options
author | Kirill <ponfertato@ya.ru> | 2024-09-07 23:50:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-07 13:50:18 -0700 |
commit | 63ab16a62d7e63a3ef38b6363bbf8034ccfb490f (patch) | |
tree | 8bcd881190bd1574b6bbfc7e4eba83c6754b006e /lingui.config.js | |
parent | 9b8d62ca254863455b895cf016fe19825285ca70 (diff) | |
download | voidsky-63ab16a62d7e63a3ef38b6363bbf8034ccfb490f.tar.zst |
Add Russian translation (#3875)
* Add Russian translation * Update messages.po * Update messages.po (draft) * Добавлены новые строки для перевода В ручную объеденил исправленный RU с самым новым EN. Могут быть ошибки но быстрый тест проблем не выявил. * Переведены не переведенные строки, некоторые исправления перевода. * Еще небольшие правки * Update messages.po (draft) * Update messages.po (stage) * Update messages.po * Init lingui compiling ru language * Update messages.po * Update messages.po (clear) * Update messages.po * Update messages.po * change await import to await Promise.all * Update messages.po * Update messages.po (clear) --------- Co-authored-by: DearFox <59219907+DearFox@users.noreply.github.com>
Diffstat (limited to 'lingui.config.js')
-rw-r--r-- | lingui.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lingui.config.js b/lingui.config.js index 14a94b5de..796969ab5 100644 --- a/lingui.config.js +++ b/lingui.config.js @@ -14,6 +14,7 @@ module.exports = { 'ja', 'ko', 'pt-BR', + 'ru', 'tr', 'uk', 'zh-CN', |