summaryrefslogtreecommitdiffstats
path: root/l10n/is.php
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/is.php')
-rw-r--r--l10n/is.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/is.php b/l10n/is.php
index ab4ce84a0..035fedb49 100644
--- a/l10n/is.php
+++ b/l10n/is.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"by" => "af",
"from" => "frá",
"Download" => "Niðurhal",
@@ -16,3 +17,4 @@
"Import" => "Flytja inn",
"Export" => "Flytja út"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";