aboutsummaryrefslogtreecommitdiff
path: root/node_modules/po2json/test/fixtures/pl-jed.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/po2json/test/fixtures/pl-jed.json')
-rw-r--r--node_modules/po2json/test/fixtures/pl-jed.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/node_modules/po2json/test/fixtures/pl-jed.json b/node_modules/po2json/test/fixtures/pl-jed.json
new file mode 100644
index 000000000..43f8c4133
--- /dev/null
+++ b/node_modules/po2json/test/fixtures/pl-jed.json
@@ -0,0 +1,40 @@
+{
+ "domain": "messages",
+ "locale_data": {
+ "messages": {
+ "": {
+ "domain": "messages",
+ "plural_forms": "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);",
+ "lang": "pl"
+ },
+ "Hello, world!\n": [
+ null,
+ "Witaj, świecie!\n"
+ ],
+ "this is the first line\nthis is the next one\nbut this is the last\n": [
+ null,
+ "to jest pierwsza linia\nto jest następny\nale to jest ostatnia\n"
+ ],
+ "one product": [
+ "%d products",
+ "jeden produkt",
+ "%d produkty",
+ "%d produktów"
+ ],
+ "A sentence with \"quotation\" marks.": [
+ null,
+ "Zdanie w \"cudzysłowie\"."
+ ],
+ "string context\u0004the contextual phrase": [
+ null,
+ "zwrot kontekstowe"
+ ],
+ "a product": [
+ "%d products",
+ "",
+ "",
+ ""
+ ]
+ }
+ }
+}