Skip to content

Commit 3eaac72

Browse files
authored
Merge pull request #971 from funkill/russian-language
Enable russian translation
2 parents 2d6ba7e + 711d1c3 commit 3eaac72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/i18n.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ pub const EXPLICIT_LOCALE_INFO: &[LocaleInfo] = &[
7171
lang: "it",
7272
text: "Italiano",
7373
},
74+
LocaleInfo {
75+
lang: "ru",
76+
text: "Русский",
77+
},
7478
];
7579

7680
lazy_static! {

0 commit comments

Comments
 (0)