🌐 Integrated Dutch

This commit is contained in:
Mawoka
2023-04-18 18:39:20 +02:00
parent eeeb086f50
commit 345dd4583d
3 changed files with 16 additions and 0 deletions
+2
View File
@@ -19,6 +19,7 @@ import zh_Hant from './locales/zh_Hant.json';
import pl from './locales/pl.json';
import pt from './locales/pt.json';
import uk from './locales/uk.json';
import nl from './locales/nl.json';
// import uz from './locales/uz.json'
// import zh_Hans from './locales/zh_Hans.json';
import LanguageDetector from 'i18next-browser-languagedetector';
@@ -79,6 +80,7 @@ export class I18nService {
this.i18n.addResourceBundle('pl', 'translation', pl);
this.i18n.addResourceBundle('pt', 'translation', pt);
this.i18n.addResourceBundle('uk', 'translation', uk);
this.i18n.addResourceBundle('nl', 'translation', nl);
// this.i18n.addResourceBundle('uz', 'translation', uz);
}
+5
View File
@@ -117,6 +117,11 @@
code: 'uk',
name: 'Українська',
flag: '🇺🇦'
},
{
code: 'nl',
name: 'Nederlands',
flag: '🇳🇱'
}
];
const get_selected_language = (): string => {
@@ -50,6 +50,15 @@
<li>
<a href="https://github.com/RicoLaaa">RicoLaaa</a> (Spanish)
</li>
<li>
<a href="https://github.com/WaldiSt">Waldemar Stoczkowski</a> (Polish)
</li>
<li>
<a href="https://github.com/OptimisticSean">OptimisticSean</a> (Chinese)
</li>
<li>
<a href="https://github.com/OptimisticSean">Miniontoby</a> (Dutch)
</li>
</ul>
<p><i>...Maybe you?</i></p>