aboutsummaryrefslogtreecommitdiff
path: root/node_modules/po2json/test/fixtures/ja.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/po2json/test/fixtures/ja.json')
-rw-r--r--node_modules/po2json/test/fixtures/ja.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/node_modules/po2json/test/fixtures/ja.json b/node_modules/po2json/test/fixtures/ja.json
new file mode 100644
index 000000000..35f2cdc7b
--- /dev/null
+++ b/node_modules/po2json/test/fixtures/ja.json
@@ -0,0 +1,16 @@
+{
+ "": {
+ "project-id-version": "VERSION",
+ "po-revision-date": "2016-08-08 14:08+0000",
+ "last-translator": "FULL NAME <EMAIL@ADDRESS>",
+ "language-team": "LANGUAGE TEAM <EMAIL@ADDRESS>",
+ "language": "ja",
+ "mime-version": "1.0",
+ "content-type": "text/plain; charset=UTF-8",
+ "content-transfer-encoding": "8bit",
+ "plural-forms": "nplurals=1; plural=0;"
+ },
+ "♂ Male": [ null, "男性" ],
+ "partner application": [ "partner applications", [ "パートナーアプリ" ] ],
+ "result": [ "results", [ "検索結果" ] ]
+}