We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4985a8 commit d74de03Copy full SHA for d74de03
src/i18n.rs
@@ -52,12 +52,8 @@ pub const EXPLICIT_LOCALE_INFO: &[LocaleInfo] = &[
52
text: "English",
53
},
54
LocaleInfo {
55
- lang: "zh-CN",
56
- text: "简体中文",
57
- },
58
- LocaleInfo {
59
- lang: "zh-TW",
60
- text: "正體中文",
+ lang: "it",
+ text: "Italiano",
61
62
63
lang: "pt-BR",
@@ -68,8 +64,12 @@ pub const EXPLICIT_LOCALE_INFO: &[LocaleInfo] = &[
68
64
text: "Türkçe",
69
65
70
66
71
- lang: "it",
72
- text: "Italiano",
67
+ lang: "zh-CN",
+ text: "简体中文",
+ },
+ LocaleInfo {
+ lang: "zh-TW",
+ text: "正體中文",
73
74
75
lang: "ru",
0 commit comments