feat: update other locales

This commit is contained in:
Artemy Egorov
2025-01-26 14:02:01 +03:00
committed by mayswind
parent fd909023f9
commit da702d6316
5 changed files with 12 additions and 1 deletions
+7
View File
@@ -1,4 +1,5 @@
import en from './en.json';
import ru from './ru.json';
import es from './es.json';
import vi from './vi.json';
import zhHans from './zh_Hans.json';
@@ -26,6 +27,12 @@ export const ALL_LANGUAGES: Record<string, LanguageInfo> = {
alternativeLanguageTag: 'en',
content: en
},
'ru': {
name: 'Russian',
displayName: 'Русский',
alternativeLanguageTag: 'ru-RU',
content: ru
},
'es': {
name: 'Spanish',
displayName: 'Español',