1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-17 02:54:09 +00:00

chore(translations): add Russian localization (#371)

Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
Savely Krasovsky
2025-03-21 22:24:55 +01:00
committed by GitHub
parent edf1097dd3
commit bc4af846e1
2 changed files with 5 additions and 3 deletions

View File

@@ -3,7 +3,8 @@
"baseLocale": "en-US", "baseLocale": "en-US",
"locales": [ "locales": [
"en-US", "en-US",
"nl-NL" "nl-NL",
"ru-RU"
], ],
"modules": [ "modules": [
"https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@4/dist/index.js", "https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@4/dist/index.js",

View File

@@ -9,7 +9,8 @@
const locales = { const locales = {
'en-US': 'English', 'en-US': 'English',
'nl-NL': 'Nederlands' 'nl-NL': 'Nederlands',
'ru-RU': 'Русский'
}; };
function updateLocale(locale: Locale) { function updateLocale(locale: Locale) {