aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-10-01 21:48:21 +0200
committermetamuffin <metamuffin@disroot.org>2024-10-01 21:48:21 +0200
commitca6496cf5eea512f4eb2165cf5e49c32266954e7 (patch)
tree46fe84aa9adfce087a28b204b4c78535112121d1
parent2525217adaf32cc986ef1323322a54ddbfbc2ca3 (diff)
downloadhurrycurry-ca6496cf5eea512f4eb2165cf5e49c32266954e7.tar
hurrycurry-ca6496cf5eea512f4eb2165cf5e49c32266954e7.tar.bz2
hurrycurry-ca6496cf5eea512f4eb2165cf5e49c32266954e7.tar.zst
correct finish native locale
-rw-r--r--locale/tools/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/tools/src/main.rs b/locale/tools/src/main.rs
index 5e97993b..c1cd4bab 100644
--- a/locale/tools/src/main.rs
+++ b/locale/tools/src/main.rs
@@ -50,7 +50,7 @@ static NATIVE_LANGUAGE_NAMES: &[(&str, &str)] = &[
("ja", "日本語"),
("he", "עִברִית"),
("tr", "Türkçe"),
- ("fi", "Suomen"),
+ ("fi", "Suomi"),
("ar", "العربية"),
("zh_Hans", "中文 (简化字)"),
("zh_Hant", "中文 (繁體字)"),