diff options
Diffstat (limited to 'lib/l10n/en@pirate.php')
-rw-r--r-- | lib/l10n/en@pirate.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/l10n/en@pirate.php b/lib/l10n/en@pirate.php index 02ff0331e05..a86492d2a93 100644 --- a/lib/l10n/en@pirate.php +++ b/lib/l10n/en@pirate.php @@ -1,3 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "web services under your control" => "web services under your control" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |