Merge branch 'master' into russian
This commit is contained in:
commit
d7becdfa9f
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ pub fn translate_locale(name: String, locale: &str) -> String {
|
|||
"cn" => cn::T.deref(),
|
||||
"it" => it::T.deref(),
|
||||
"tw" => tw::T.deref(),
|
||||
"de" => tw::T.deref(),
|
||||
"de" => de::T.deref(),
|
||||
"ru" => ru::T.deref(),
|
||||
_ => en::T.deref(),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue