🌍: Dutch translation, fix translation, style(Dropdown): added scroll (#1218)

* italian translation

* some translation fixes + dutch translation

* fix(Dropdown) more dynamic

* fix(Nl)

* fix(Nl)

* added comment in Nl.tsx
This commit is contained in:
Marco Beretta 2023-11-28 23:42:31 +01:00 committed by GitHub
parent 822914d521
commit 3838ff4617
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 640 additions and 320 deletions

View file

@ -14,6 +14,7 @@ import Korean from './languages/Ko';
import TraditionalChinese from './languages/ZhTraditional';
import Vietnamese from './languages/Vi';
import Turkish from './languages/Tr';
import Dutch from './languages/Nl';
// === import additional language files here === //
const languageMap: { [key: string]: unknown } = {
@ -33,6 +34,7 @@ const languageMap: { [key: string]: unknown } = {
'zh-TC': TraditionalChinese,
'vi-VN': Vietnamese,
'tr-TR': Turkish,
'nl-NL': Dutch,
// Add additional language mappings here
};