summaryrefslogtreecommitdiff
path: root/locale/tools
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-10-14 22:31:05 +0200
committermetamuffin <metamuffin@disroot.org>2024-10-14 22:31:05 +0200
commit5e39e1a9fa973dcc95c630b45c1cef99c68bbb19 (patch)
tree627c52cbdd7a45cd0fa90de9e8286410899363fa /locale/tools
parentbb9fd6b36d39bc5fe6f162f2df887bba3d036095 (diff)
downloadhurrycurry-5e39e1a9fa973dcc95c630b45c1cef99c68bbb19.tar
hurrycurry-5e39e1a9fa973dcc95c630b45c1cef99c68bbb19.tar.bz2
hurrycurry-5e39e1a9fa973dcc95c630b45c1cef99c68bbb19.tar.zst
add russian locale
Diffstat (limited to 'locale/tools')
-rw-r--r--locale/tools/src/main.rs1
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>> {