diff options
Diffstat (limited to 'lib/l10n/fi.php')
-rw-r--r-- | lib/l10n/fi.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/l10n/fi.php b/lib/l10n/fi.php index daaddb25e48..ac1f80a8f73 100644 --- a/lib/l10n/fi.php +++ b/lib/l10n/fi.php @@ -1,3 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Settings" => "asetukset" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |