Update lang.rs
This commit is contained in:
parent
f23ea6584c
commit
329427352e
1 changed files with 2 additions and 2 deletions
|
|
@ -101,8 +101,8 @@ pub fn translate_locale(name: String, locale: &str) -> String {
|
|||
"zh-cn" => cn::T.deref(),
|
||||
"it" => it::T.deref(),
|
||||
"zh-tw" => tw::T.deref(),
|
||||
"de" => de::T.deref(),
|
||||
"nl" => nl::T.deref(),
|
||||
"de" => de::T.deref(),
|
||||
"nl" => nl::T.deref(),
|
||||
"es" => es::T.deref(),
|
||||
"hu" => hu::T.deref(),
|
||||
"ru" => ru::T.deref(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue