Skip to content

Commit

Permalink
Language code: ch -> zh, comply with ISO 639-1
Browse files Browse the repository at this point in the history
  • Loading branch information
iovxw committed Jun 2, 2020
1 parent f5623f0 commit fd41c68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fn main() {
if let Err(err) = ctl10n::convert_strings_file(
format!(
"locales/{}.toml",
&env::var("LOCALE").unwrap_or("ch".to_string())
&env::var("LOCALE").unwrap_or("zh".to_string())
),
"ctl10n_macros.rs",
) {
Expand Down
File renamed without changes.

0 comments on commit fd41c68

Please sign in to comment.