diff options
author | metamuffin <metamuffin@disroot.org> | 2024-10-01 21:48:21 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-10-01 21:48:21 +0200 |
commit | ca6496cf5eea512f4eb2165cf5e49c32266954e7 (patch) | |
tree | 46fe84aa9adfce087a28b204b4c78535112121d1 | |
parent | 2525217adaf32cc986ef1323322a54ddbfbc2ca3 (diff) | |
download | hurrycurry-ca6496cf5eea512f4eb2165cf5e49c32266954e7.tar hurrycurry-ca6496cf5eea512f4eb2165cf5e49c32266954e7.tar.bz2 hurrycurry-ca6496cf5eea512f4eb2165cf5e49c32266954e7.tar.zst |
correct finish native locale
-rw-r--r-- | locale/tools/src/main.rs | 2 |
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", "中文 (繁體字)"), |