mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-09 19:04:16 +00:00
chore(translations): add Russian localization (#371)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
@@ -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