diff options
Diffstat (limited to 'lib/l10n/zh_TW.php')
-rw-r--r-- | lib/l10n/zh_TW.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/l10n/zh_TW.php b/lib/l10n/zh_TW.php index afd196f7c82..81b66b93296 100644 --- a/lib/l10n/zh_TW.php +++ b/lib/l10n/zh_TW.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Help" => "說明", "Personal" => "個人", "Settings" => "設定", @@ -51,3 +52,4 @@ "years ago" => "幾年前", "Could not find category \"%s\"" => "找不到分類:\"%s\"" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |