diff options
Diffstat (limited to 'core/l10n/ia.php')
-rw-r--r-- | core/l10n/ia.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/ia.php b/core/l10n/ia.php index 8c9b6b88ef3..e02a38d3a09 100644 --- a/core/l10n/ia.php +++ b/core/l10n/ia.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Sunday" => "Dominica", "Monday" => "Lunedi", "Tuesday" => "Martedi", @@ -56,3 +57,4 @@ "prev" => "prev", "next" => "prox" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |