phpunit tests includes folder for translation tests

This commit is contained in:
Clemens Schwaighofer
2022-04-12 20:12:38 +09:00
parent 330e2baf39
commit 9e99275db5
12 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1 @@
../../locale/en_US/LC_MESSAGES/admin.mo

View File

@@ -0,0 +1 @@
../../locale/ja_JP/LC_MESSAGES/admin.mo

View File

@@ -0,0 +1 @@
../../locale/en_US/LC_MESSAGES/frontend.mo

View File

@@ -0,0 +1 @@
../../locale/ja_JP/LC_MESSAGES/frontend.mo

View File

@@ -0,0 +1,2 @@
msgid "Original"
msgstr "Translated admin en_US"

View File

@@ -0,0 +1,2 @@
msgid "Original"
msgstr "Translated frontend en_US"

Binary file not shown.

View File

@@ -0,0 +1,2 @@
msgid "Original"
msgstr "Translated admin ja_JP"

View File

@@ -0,0 +1,2 @@
msgid "Original"
msgstr "Translated frontend ja_JP"

Binary file not shown.