mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-09-23 11:29:05 +02:00
chore(translations): add Russian localization (#371)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
co-authored by
Elias Schneider
parent
edf1097dd3
commit
bc4af846e1
@@ -9,7 +9,8 @@
|
||||
|
||||
const locales = {
|
||||
'en-US': 'English',
|
||||
'nl-NL': 'Nederlands'
|
||||
'nl-NL': 'Nederlands',
|
||||
'ru-RU': 'Русский'
|
||||
};
|
||||
|
||||
function updateLocale(locale: Locale) {
|
||||
|
||||
Reference in New Issue
Block a user