Skip to content

Commit

Permalink
Merge pull request #210 from olivertzeng/main
Browse files Browse the repository at this point in the history
fix(i18n): removed period in chinese strings for better readibility
  • Loading branch information
MrGlockenspiel authored Sep 10, 2024
2 parents 84a8d07 + 9b20021 commit ffa18d2
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 @@ -56,12 +56,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 ffa18d2

Please sign in to comment.