mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
Added Norwegian Bokmål Translation
Signed-off-by: 0ofta <kaare@jenssen.it>
This commit is contained in:
@@ -21,6 +21,7 @@ mod ko;
|
||||
mod kz;
|
||||
mod lt;
|
||||
mod lv;
|
||||
mod nb;
|
||||
mod nl;
|
||||
mod pl;
|
||||
mod ptbr;
|
||||
@@ -43,6 +44,7 @@ pub const LANGS: &[(&str, &str)] = &[
|
||||
("fr", "Français"),
|
||||
("de", "Deutsch"),
|
||||
("nl", "Nederlands"),
|
||||
("nb", "Norsk bokmål"),
|
||||
("zh-cn", "简体中文"),
|
||||
("zh-tw", "繁體中文"),
|
||||
("pt", "Português"),
|
||||
@@ -109,6 +111,7 @@ pub fn translate_locale(name: String, locale: &str) -> String {
|
||||
"it" => it::T.deref(),
|
||||
"zh-tw" => tw::T.deref(),
|
||||
"de" => de::T.deref(),
|
||||
"nb" => nb::T.deref(),
|
||||
"nl" => nl::T.deref(),
|
||||
"es" => es::T.deref(),
|
||||
"hu" => hu::T.deref(),
|
||||
|
||||
Reference in New Issue
Block a user