-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
For now.There are only one seeting about font family.It's zh-CN.
Lines 153 to 163 in 9e097f3
| pub fn get_default_font() -> String { | |
| if let Some((_, lang)) = locale_config::Locale::current().tags().next() { | |
| let lang_str = lang.to_string(); | |
| match lang_str.as_str() { | |
| "zh-CN" => { | |
| return "Microsoft YaHei UI".to_string(); | |
| } | |
| _ => {} | |
| } | |
| } | |
| "".to_string() |
It's very helpful if add more language.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed