add turkish language to config (#1087)

This commit is contained in:
jeffvli 2025-09-04 21:14:54 -07:00
parent 53499e2579
commit c83f27ce14
2 changed files with 7 additions and 0 deletions

View file

@ -23,6 +23,7 @@ import sl from './locales/sl.json';
import sr from './locales/sr.json';
import sv from './locales/sv.json';
import ta from './locales/ta.json';
import tr from './locales/tr.json';
import zhHans from './locales/zh-Hans.json';
import zhHant from './locales/zh-Hant.json';
@ -48,6 +49,7 @@ const resources = {
sr: { translation: sr },
sv: { translation: sv },
ta: { translation: ta },
tr: { translation: tr },
'zh-Hans': { translation: zhHans },
'zh-Hant': { translation: zhHant },
};
@ -137,6 +139,10 @@ export const languages = [
label: 'Tamil',
value: 'ta',
},
{
label: 'Türkçe',
value: 'tr',
},
{
label: '简体中文',
value: 'zh-Hans',

View file

@ -10,6 +10,7 @@
<link rel="icon" href="./assets/favicon.ico">
<script src="settings.js"></script>
<% } %>
<script crossOrigin="anonymous" src="//unpkg.com/react-scan/dist/auto.global.js"></script>
</head>
<body>