mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
add turkish language to config (#1087)
This commit is contained in:
parent
53499e2579
commit
c83f27ce14
2 changed files with 7 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue