mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 18:24:26 +08:00
feat: update other locales
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user