diff options
Diffstat (limited to 'locale/tools/src')
-rw-r--r-- | locale/tools/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/tools/src/main.rs b/locale/tools/src/main.rs index c1cd4bab..9b39705b 100644 --- a/locale/tools/src/main.rs +++ b/locale/tools/src/main.rs @@ -59,6 +59,7 @@ static NATIVE_LANGUAGE_NAMES: &[(&str, &str)] = &[ ("it", "Italiano"), ("ko", "한국인"), ("el", "ελληνικά"), + ("ru", "русский"), ]; fn export_load(input: &Path, fallback: Option<PathBuf>) -> Result<BTreeMap<String, String>> { |