Skip to content

Commit 7f148aa

Browse files
committed
feat(System): Language switch, supports Traditional Chinese.
1 parent 73282bb commit 7f148aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • frontend/src/views/system/appearance

frontend/src/views/system/appearance/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
"
261261
type="textarea"
262262
show-word-limit
263-
maxlength="50"
263+
maxlength="250"
264264
/>
265265
</div>
266266
</div>
@@ -377,8 +377,8 @@ const defaultTopForm = {
377377
help: 'https://dataease.cn/sqlbot/v1/',
378378
showDoc: '0',
379379
showAbout: '0',
380-
pc_welcome: '你好,我是 SQLBot ',
381-
pc_welcome_desc: `我可以查询数据、生成图表、检测数据异常、预测数据等赶快开启智能问数吧~`,
380+
pc_welcome: t('embedded.i_am_sqlbot'),
381+
pc_welcome_desc: t("qa.hint_description"),
382382
}
383383
384384
const topForm = reactive<{

0 commit comments

Comments
 (0)