mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 17:54:30 +08:00
Added Spanish locale options and translations
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import en from './en.json';
|
||||
import es from './es.json';
|
||||
import vi from './vi.json';
|
||||
import zhHans from './zh_Hans.json';
|
||||
|
||||
@@ -25,6 +26,12 @@ export const ALL_LANGUAGES: Record<string, LanguageInfo> = {
|
||||
alternativeLanguageTag: 'en',
|
||||
content: en
|
||||
},
|
||||
'es': {
|
||||
name: 'Spanish',
|
||||
displayName: 'Spanish',
|
||||
alternativeLanguageTag: 'es',
|
||||
content: es
|
||||
},
|
||||
'vi': {
|
||||
name: 'Vietnamese',
|
||||
displayName: 'Tiếng Việt',
|
||||
|
||||
Reference in New Issue
Block a user