mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
I18N: Introduce unit tests for the Japanese language in order to facilitate future improvements.
Props ryotsun Fixes #43829 git-svn-id: https://develop.svn.wordpress.org/trunk@43359 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
BIN
tests/phpunit/data/languages/ja_JP.mo
Normal file
BIN
tests/phpunit/data/languages/ja_JP.mo
Normal file
Binary file not shown.
42
tests/phpunit/data/languages/ja_JP.po
Normal file
42
tests/phpunit/data/languages/ja_JP.po
Normal file
@@ -0,0 +1,42 @@
|
||||
# Translation of 5.0.x in Japanese
|
||||
# This file is distributed under the same license as the 4.6.x package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2018-04-21 18:27+0900\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Poedit 1.8.10\n"
|
||||
"Project-Id-Version: 5.0.x\n"
|
||||
"Language: ja_JP\n"
|
||||
|
||||
#. translators: Translate this to the correct language tag for your locale, see
|
||||
#. https://www.w3.org/International/articles/language-tags/ for reference. Do
|
||||
#. not translate into your own language.
|
||||
#: wp-includes/general-template.php:716
|
||||
msgid "html_lang_attribute"
|
||||
msgstr "ja"
|
||||
|
||||
#. translators: 'rtl' or 'ltr'. This sets the text direction for WordPress.
|
||||
#: wp-includes/class-wp-locale.php:223
|
||||
msgctxt "text direction"
|
||||
msgid "ltr"
|
||||
msgstr "ltr"
|
||||
|
||||
#. translators: $dec_point argument for https://secure.php.net/number_format,
|
||||
#. default is .
|
||||
#: wp-includes/class-wp-locale.php:215
|
||||
msgid "number_format_decimal_point"
|
||||
msgstr "number_format_decimal_point"
|
||||
|
||||
#. translators: $thousands_sep argument for
|
||||
#. https://secure.php.net/number_format, default is ,
|
||||
#: wp-includes/class-wp-locale.php:202
|
||||
msgid "number_format_thousands_sep"
|
||||
msgstr "number_format_thousands_sep"
|
||||
|
||||
#. translators: %s: Plugin name and version
|
||||
#: wp-includes/script-loader.php:620
|
||||
msgid "Update %s now"
|
||||
msgstr "今すぐ %s を更新"
|
||||
Reference in New Issue
Block a user