gc_i18n 1.2.1 → 1.2.2

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/lang/index.js CHANGED
@@ -25,7 +25,9 @@ export default {
25
25
  const { i18n } = new gc_i18n({
26
26
  appCode: "TEST",
27
27
  router,
28
+ token: localStorage.getItem("token"),
28
29
  local: localStorage.getItem("I18N_LANGUAGE"),
30
+ loginRouteName: "Login",
29
31
  orgCode: "GREENCLOUD",
30
32
  messages: {
31
33
  "zh-CN": { ...pro_zh_CN, ...iview_zh_CN },
package/lang/index.json CHANGED
@@ -13,5 +13,15 @@
13
13
  "zh-cn": "页面独有",
14
14
  "zh-tw": "頁面獨有",
15
15
  "en-us": "页面独有"
16
+ },
17
+ "haxjfz4": {
18
+ "zh-cn": "蓝色灯光",
19
+ "zh-tw": "藍色燈光",
20
+ "en-us": "蓝色灯光"
21
+ },
22
+ "875i746": {
23
+ "zh-cn": "十多个十多个",
24
+ "zh-tw": "十多個十多個",
25
+ "en-us": "十多个十多个"
16
26
  }
17
27
  }
package/lib/gc_i18n.css CHANGED
@@ -1 +1 @@
1
- .gc_i18n_spin[data-v-c80bef0d]{min-height:300px;display:flex;justify-content:center;padding-top:50px}.gc_i18n_tabs[data-v-c80bef0d]{padding-top:5px}.gc_i18n_tabs[data-v-c80bef0d] .ivu-tabs-bar{margin-bottom:0!important}.gc_i18n_tabs .ivu-tabs-content[data-v-c80bef0d]{position:relative;top:-1px}.gc_i18n_tabs .extra[data-v-c80bef0d]{position:relative;top:-3px}.gc_i18n_page[data-v-c80bef0d]{display:flex;justify-content:space-between;align-items:center;margin-top:10px}
1
+ .gc_i18n_spin[data-v-ded09df4]{min-height:300px;display:flex;justify-content:center;padding-top:50px}.gc_i18n_tabs[data-v-ded09df4]{padding-top:5px}.gc_i18n_tabs[data-v-ded09df4] .ivu-tabs-bar{margin-bottom:0!important}.gc_i18n_tabs .ivu-tabs-content[data-v-ded09df4]{position:relative;top:-1px}.gc_i18n_tabs .extra[data-v-ded09df4]{position:relative;top:-3px;display:flex;align-items:center}.gc_i18n_page[data-v-ded09df4]{display:flex;justify-content:space-between;align-items:center;margin-top:10px}