Merge branch 'development' of github.com:jeffvli/feishin into development

This commit is contained in:
Kendall Garner 2025-09-04 21:16:08 -07:00
commit 871923a977
No known key found for this signature in database
GPG key ID: 9355F387FE765C94
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 sr from './locales/sr.json';
import sv from './locales/sv.json'; import sv from './locales/sv.json';
import ta from './locales/ta.json'; import ta from './locales/ta.json';
import tr from './locales/tr.json';
import zhHans from './locales/zh-Hans.json'; import zhHans from './locales/zh-Hans.json';
import zhHant from './locales/zh-Hant.json'; import zhHant from './locales/zh-Hant.json';
@ -48,6 +49,7 @@ const resources = {
sr: { translation: sr }, sr: { translation: sr },
sv: { translation: sv }, sv: { translation: sv },
ta: { translation: ta }, ta: { translation: ta },
tr: { translation: tr },
'zh-Hans': { translation: zhHans }, 'zh-Hans': { translation: zhHans },
'zh-Hant': { translation: zhHant }, 'zh-Hant': { translation: zhHant },
}; };
@ -137,6 +139,10 @@ export const languages = [
label: 'Tamil', label: 'Tamil',
value: 'ta', value: 'ta',
}, },
{
label: 'Türkçe',
value: 'tr',
},
{ {
label: '简体中文', label: '简体中文',
value: 'zh-Hans', value: 'zh-Hans',

View file

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