From 0dc569c0aebc558d72fafb1b5822ddd527674988 Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Wed, 9 Feb 2022 19:07:25 +0000 Subject: [PATCH] add a pluralizable string to test Transifex --- gui/griffon-app/i18n/messages.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gui/griffon-app/i18n/messages.properties b/gui/griffon-app/i18n/messages.properties index 9d505e40..ec35e27d 100644 --- a/gui/griffon-app/i18n/messages.properties +++ b/gui/griffon-app/i18n/messages.properties @@ -660,3 +660,6 @@ PASTE=Paste ## My Feed dialog MY_FEED=My Feed + +## Test string +TEST_PLURALIZABLE_STRING={count, plural, one {You have {count} item.} other {You have {count} items.}}