mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 19:01:40 +00:00
Merge branch 'development' of github.com:jeffvli/feishin into development
This commit is contained in:
commit
871923a977
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 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',
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue