summaryrefslogtreecommitdiffstats
path: root/l10n/cy_GB.php
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/cy_GB.php')
-rw-r--r--l10n/cy_GB.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/cy_GB.php b/l10n/cy_GB.php
index 6b9693545..6cbb49ec3 100644
--- a/l10n/cy_GB.php
+++ b/l10n/cy_GB.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Refresh" => "Adnewyddu",
"by" => "gan",
"Download" => "Llwytho i lawr",
@@ -11,3 +12,4 @@
"Import" => "Mewnforio",
"Export" => "Allforio"
);
+$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;";