diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 705ba97ca..a0f22bd20 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -13,6 +13,7 @@ const message = { colon: ': ', example: 'For example, ', fit2cloud: 'FIT2CLOUD', + lingxia: 'Lingxia', button: { create: 'Create ', add: 'Add ', diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index ff027f5a2..81ccefa77 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -12,6 +12,7 @@ const message = { colon: ':', example: '例如:', fit2cloud: '飞致云', + lingxia: '凌霞', button: { create: '創建', add: '添加', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index a5d98a8dd..eb8fed298 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -12,6 +12,7 @@ const message = { colon: ':', example: '例:', fit2cloud: '飞致云', + lingxia: '凌霞', button: { create: '创建', add: '添加', diff --git a/frontend/src/layout/components/AppFooter.vue b/frontend/src/layout/components/AppFooter.vue index 19f49c4c7..1b9e94651 100644 --- a/frontend/src/layout/components/AppFooter.vue +++ b/frontend/src/layout/components/AppFooter.vue @@ -2,7 +2,12 @@