Skip to content

Commit

Permalink
fix(i18n): removed period in chinese strings for better readibility
Browse files Browse the repository at this point in the history
Maybe you should fix them for other languages, for example english too.
But I've only changed chinese for now.
  • Loading branch information
olivertzeng committed Jul 6, 2024
1 parent 63f5e5a commit 9b20021
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/i18n.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ i18n_info_soup langs[] = {
{"Nie je potreba aktivovat systém", "", "Nie sme tak otravní jako Microsoft."}},
{"tr_TR", {"", "'u Etkinleştir", "", "'u etkinleştirmek için Ayarlar'a gidin."},
{"", "'u etkinleştirmeye gerek yok", "Microsoft kadar gıcık değiliz."}},
{"zh_CN", {"激活 ", "", "转到“设置”以激活 ", "。"},
{"无需激活 ", "", "我们不像 Microsoft 那样烦人"}},
{"zh_TW", {"啟用 ", "", "移至[設定]以啟用 ", "。"},
{"無需啟用 ", "", "我們不像 Microsoft 那樣煩人"}},
{"zh_HK", {"啟用 ", "", "移至[設定]以啟用 ", "。"},
{"無需啟用 ", "", "我們不像 Microsoft 那樣煩人"}},
{"zh_CN", {"激活 ", "", "转到“设置”以激活 "},
{"无需激活 ", "", "我们不像 Microsoft 那样烦人"}},
{"zh_TW", {"啟用 ", "", "移至[設定]以啟用 "},
{"無需啟用 ", "", "我們不像 Microsoft 那樣煩人"}},
{"zh_HK", {"啟用 ", "", "移至[設定]以啟用 "},
{"無需啟用 ", "", "我們不像 Microsoft 那樣煩人"}},
{"hu_HU", {"A(z) ", " aktiválása", "Aktiválja a(z) ", " rendszert a Gépházban."},
{"Nem kell aktiválni a(z) ", "-t", "Nem vagyunk olyan idegesítőek,\nmint a Microsoft."}},
{"sv_SE", {"Aktivera ", "", "Gå till Inställningar för att aktivera ", "."},
Expand Down

0 comments on commit 9b20021

Please sign in to comment.