summaryrefslogtreecommitdiff
path: root/src/zope/i18n/tests/en-default.po
diff options
context:
space:
mode:
authorSouheil CHELFOUH <trollfot@gmail.com>2018-10-18 20:05:55 +0200
committerSouheil CHELFOUH <trollfot@gmail.com>2018-10-18 20:05:55 +0200
commitaf108bd07315b1aa76e5dc2777eb5492a0684f61 (patch)
tree36a9b16bb3f73339b800b420ec250a9a05aeb681 /src/zope/i18n/tests/en-default.po
parent1d3ce923dd480f3667f52ca691efa1f7ef007c5b (diff)
downloadzope-i18n-af108bd07315b1aa76e5dc2777eb5492a0684f61.tar.gz
Using latest version of zope.i18nmessageid for pluralization. Added tests for recursive translation.
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"