aboutsummaryrefslogtreecommitdiff
path: root/node_modules/po2json/test/fixtures/en-mf-fallback-to-msgid.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/po2json/test/fixtures/en-mf-fallback-to-msgid.json')
-rw-r--r--node_modules/po2json/test/fixtures/en-mf-fallback-to-msgid.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/node_modules/po2json/test/fixtures/en-mf-fallback-to-msgid.json b/node_modules/po2json/test/fixtures/en-mf-fallback-to-msgid.json
new file mode 100644
index 000000000..8f4d790ba
--- /dev/null
+++ b/node_modules/po2json/test/fixtures/en-mf-fallback-to-msgid.json
@@ -0,0 +1,9 @@
+{
+ "Hello, world!\n": "Hello, world!\n",
+ "this is the first line\nthis is the next one\nbut this is the last\n":
+ "this is the first line\nthis is the next one\nbut this is the last\n",
+ "A sentence with \"quotation\" marks.": "A sentence with \"quotation\" marks.",
+ "one product": "one product",
+ "string context\u0004the contextual phrase": "the contextual phrase",
+ "A fuzzy translation": "A fuzzy translation"
+} \ No newline at end of file