diff options
author | tpart <tpart120@proton.me> | 2025-01-16 20:05:48 +0100 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-01-16 20:05:53 +0100 |
commit | 9c537468b776b47f72070b0709befc49cea620c2 (patch) | |
tree | 39fea0cd2e4246d28d53cce9d10faa89c99c2779 /locale | |
parent | 74c7240f35e2d67120a674bc3d8b64caf4499b19 (diff) | |
download | hurrycurry-9c537468b776b47f72070b0709befc49cea620c2.tar hurrycurry-9c537468b776b47f72070b0709befc49cea620c2.tar.bz2 hurrycurry-9c537468b776b47f72070b0709befc49cea620c2.tar.zst |
integrate localetool in the client
Diffstat (limited to 'locale')
-rw-r--r-- | locale/native_language_names.ini | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/locale/native_language_names.ini b/locale/native_language_names.ini new file mode 100644 index 00000000..a04bff18 --- /dev/null +++ b/locale/native_language_names.ini @@ -0,0 +1,20 @@ +[hurrycurry] +en = English +de = Deutsch +fr = Français +nl = Nederlands +es = Español +eu = Euskara +ja = 日本語 +he = עִברִית +tr = Türkçe +fi = Suomi +ar = العربية +zh_Hans = 中文 (简化字) +zh_Hant = 中文 (繁體字) +pl = Polski +pt = Português +it = Italiano +ko = 한국인 +el = ελληνικά +ru = русский
\ No newline at end of file |