summaryrefslogtreecommitdiff
path: root/src/zope/i18n/tests/en-default.po
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/i18n/tests/en-default.po')
-rw-r--r--src/zope/i18n/tests/en-default.po15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/zope/i18n/tests/en-default.po b/src/zope/i18n/tests/en-default.po
index 2c75c64..2432498 100644
--- a/src/zope/i18n/tests/en-default.po
+++ b/src/zope/i18n/tests/en-default.po
@@ -28,3 +28,18 @@ msgid "There is %d chance."
msgid_plural "There are %f chances."
msgstr[0] "There is %d chance."
msgstr[1] "There are %f chances."
+
+msgid "There is %d ${type}."
+msgid_plural "There are %d ${type}."
+msgstr[0] "There is %d ${type}."
+msgstr[1] "There are %d ${type}."
+
+msgid "apple"
+msgid_plural "apples"
+msgstr[0] "apple"
+msgstr[1] "apples"
+
+msgid "banana"
+msgid_plural "bananas"
+msgstr[0] "banana"
+msgstr[1] "bananas"