fix bg
This commit is contained in:
parent
0474c8fb03
commit
f375cbd871
2 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ pub fn translate_locale(name: String, locale: &str) -> String {
|
|||
"lt" => lt::T.deref(),
|
||||
"lv" => lv::T.deref(),
|
||||
"ar" => ar::T.deref(),
|
||||
"bg" => bg::T.deref(),
|
||||
_ => en::T.deref(),
|
||||
};
|
||||
let (name, placeholder_value) = extract_placeholder(&name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue