diff options
Diffstat (limited to 'lib/l10n/zh_HK.php')
-rw-r--r-- | lib/l10n/zh_HK.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/l10n/zh_HK.php b/lib/l10n/zh_HK.php index cfa33ec36f5..f5fc48366ff 100644 --- a/lib/l10n/zh_HK.php +++ b/lib/l10n/zh_HK.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Help" => "幫助", "Personal" => "個人", "Settings" => "設定", @@ -11,3 +12,4 @@ "yesterday" => "昨日", "last month" => "前一月" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |