diff options
Diffstat (limited to 'lib/l10n/eo.php')
-rw-r--r-- | lib/l10n/eo.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/l10n/eo.php b/lib/l10n/eo.php index fd45f30c69b..6ccc2025382 100644 --- a/lib/l10n/eo.php +++ b/lib/l10n/eo.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Help" => "Helpo", "Personal" => "Persona", "Settings" => "Agordo", @@ -47,3 +48,4 @@ "years ago" => "jaroj antaŭe", "Could not find category \"%s\"" => "Ne troviĝis kategorio “%s”" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |