Added Spanish locale options and translations
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
"language": {
|
"language": {
|
||||||
"English": "English",
|
"English": "English",
|
||||||
"Simplified Chinese": "Simplified Chinese",
|
"Simplified Chinese": "Simplified Chinese",
|
||||||
|
"Spanish": "Spanish",
|
||||||
"Vietnamese": "Vietnamese"
|
"Vietnamese": "Vietnamese"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": {
|
||||||
|
|||||||
+1920
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,5 @@
|
|||||||
import en from './en.json';
|
import en from './en.json';
|
||||||
|
import es from './es.json';
|
||||||
import vi from './vi.json';
|
import vi from './vi.json';
|
||||||
import zhHans from './zh_Hans.json';
|
import zhHans from './zh_Hans.json';
|
||||||
|
|
||||||
@@ -25,6 +26,12 @@ export const ALL_LANGUAGES: Record<string, LanguageInfo> = {
|
|||||||
alternativeLanguageTag: 'en',
|
alternativeLanguageTag: 'en',
|
||||||
content: en
|
content: en
|
||||||
},
|
},
|
||||||
|
'es': {
|
||||||
|
name: 'Spanish',
|
||||||
|
displayName: 'Spanish',
|
||||||
|
alternativeLanguageTag: 'es',
|
||||||
|
content: es
|
||||||
|
},
|
||||||
'vi': {
|
'vi': {
|
||||||
name: 'Vietnamese',
|
name: 'Vietnamese',
|
||||||
displayName: 'Tiếng Việt',
|
displayName: 'Tiếng Việt',
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
"language": {
|
"language": {
|
||||||
"English": "Tiếng Anh",
|
"English": "Tiếng Anh",
|
||||||
"Simplified Chinese": "Tiếng Trung Giản Thể",
|
"Simplified Chinese": "Tiếng Trung Giản Thể",
|
||||||
|
"Spanish": "Tiếng Tây Ban Nha",
|
||||||
"Vietnamese": "Tiếng Việt"
|
"Vietnamese": "Tiếng Việt"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": {
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
"language": {
|
"language": {
|
||||||
"English": "英语",
|
"English": "英语",
|
||||||
"Simplified Chinese": "简体中文",
|
"Simplified Chinese": "简体中文",
|
||||||
|
"Spanish": "西班牙语",
|
||||||
"Vietnamese": "越南语"
|
"Vietnamese": "越南语"
|
||||||
},
|
},
|
||||||
"default": {
|
"default": {
|
||||||
|
|||||||
Reference in New Issue
Block a user