Skip to content

Commit c2173ae

Browse files
authored
Fix Russian order (#1036)
1 parent d01655d commit c2173ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/i18n.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ pub const EXPLICIT_LOCALE_INFO: &[LocaleInfo] = &[
6767
lang: "pt-BR",
6868
text: "Português",
6969
},
70+
LocaleInfo {
71+
lang: "ru",
72+
text: "Русский",
73+
},
7074
LocaleInfo {
7175
lang: "tr",
7276
text: "Türkçe",
@@ -79,10 +83,6 @@ pub const EXPLICIT_LOCALE_INFO: &[LocaleInfo] = &[
7983
lang: "zh-TW",
8084
text: "正體中文",
8185
},
82-
LocaleInfo {
83-
lang: "ru",
84-
text: "Русский",
85-
},
8686
];
8787

8888
lazy_static! {

0 commit comments

Comments
 (0)