diff options
Diffstat (limited to 'settings/l10n/zh_HK.php')
-rw-r--r-- | settings/l10n/zh_HK.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/l10n/zh_HK.php b/settings/l10n/zh_HK.php index 8da97462751..f9bdb44956d 100644 --- a/settings/l10n/zh_HK.php +++ b/settings/l10n/zh_HK.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Error" => "錯誤", "Groups" => "群組", "Delete" => "刪除", @@ -7,3 +8,4 @@ "Email" => "電郵", "Username" => "用戶名稱" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |