n20-common-lib 2.22.71 → 2.22.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/i18n.json +2 -2
- package/src/utils/auth.js +1 -1
package/package.json
CHANGED
package/src/i18n.json
CHANGED
|
@@ -1086,7 +1086,7 @@
|
|
|
1086
1086
|
},
|
|
1087
1087
|
"业务流水号": {
|
|
1088
1088
|
"en": "businessId",
|
|
1089
|
-
"es": "
|
|
1089
|
+
"es": "Número de secuencia de negocio",
|
|
1090
1090
|
"th": "เลขที่ธุรการ",
|
|
1091
1091
|
"vi": "số hoạch đồng",
|
|
1092
1092
|
"ja": "ビジネス取引記録"
|
|
@@ -7764,7 +7764,7 @@
|
|
|
7764
7764
|
},
|
|
7765
7765
|
"飞天 ePass 3000 GM": {
|
|
7766
7766
|
"en": "Flying ePass 3000 GM",
|
|
7767
|
-
"es": "
|
|
7767
|
+
"es": "Feitian ePass 3000 GM",
|
|
7768
7768
|
"th": "ePass 3000 GMบิน",
|
|
7769
7769
|
"vi": "Bay ePass 3000 GM",
|
|
7770
7770
|
"ja": "フライングePass 3000 GM"
|
package/src/utils/auth.js
CHANGED
|
@@ -52,7 +52,7 @@ const auth = {
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
setReqLang() {
|
|
55
|
-
let langMap = { 'zh-cn': 'zh_CN', en: 'en_US', 'zh-hk': 'zh_TW', th: 'th_TH', vi: '
|
|
55
|
+
let langMap = { 'zh-cn': 'zh_CN', en: 'en_US', 'zh-hk': 'zh_TW', th: 'th_TH', vi: 'vi_VN', es: 'es_ES' }
|
|
56
56
|
let langKey = window.localStorage.getItem('pageLang') || 'zh-cn'
|
|
57
57
|
reqLang = langMap[langKey]
|
|
58
58
|
},
|