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

Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
Savely Krasovsky
2025-03-21 21:24:55 +00:00
committed by GitHub
co-authored by Elias Schneider
parent edf1097dd3
commit bc4af846e1
2 changed files with 5 additions and 3 deletions
@@ -9,7 +9,8 @@
const locales = {
'en-US': 'English',
'nl-NL': 'Nederlands'
'nl-NL': 'Nederlands',
'ru-RU': 'Русский'
};
function updateLocale(locale: Locale) {