changed language files

added dutch translatoinn
This commit is contained in:
FastAct
2023-02-14 10:05:47 +01:00
parent 759c1901a5
commit 1adfc2c7b0
2 changed files with 456 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ mod id;
mod it;
mod ja;
mod ko;
mod nl;
mod pl;
mod ptbr;
mod ro;
@@ -40,6 +41,7 @@ lazy_static::lazy_static! {
("it", "Italiano"),
("fr", "Français"),
("de", "Deutsch"),
("nl", "Nederlands"),
("cn", "简体中文"),
("tw", "繁體中文"),
("pt", "Português"),
@@ -99,6 +101,7 @@ pub fn translate_locale(name: String, locale: &str) -> String {
"it" => it::T.deref(),
"tw" => tw::T.deref(),
"de" => de::T.deref(),
"nl" => nl::T.deref(),
"es" => es::T.deref(),
"hu" => hu::T.deref(),
"ru" => ru::T.deref(),