feat: add Turkish language to the default config

1. add Turkish language in the default config.yaml
2. fix the tr key in the locales

Change-Id: I9e23d14e5b5114c8d827770b33b8254b9d7a3be2
This commit is contained in:
zhangjingwei 2024-09-24 16:00:04 +08:00
parent d037b061f4
commit 23ea22a1de
2 changed files with 2 additions and 1 deletions

View File

@ -10,4 +10,5 @@ globalVariables:
- en
- zh-hans
- ko-kr
- tr-tr
- ru

View File

@ -22,6 +22,6 @@ export default {
'zh-hans': zhHansData,
en: enData,
'ko-kr': krData,
tr: trData,
'tr-tr': trData,
ru: ruData,
};