Update the Core Language classes to have all method parameter type declaration. GetTextReader has gettext as alias to translate. GetTextReader public methods to get cache enable status and short circuit (no translation loaded) status Main language: Add new methods for plural and plural in context (__n, __p, __pn) Deprecate gettext, ngettext, _e Add new translation loader in gettext standard <locale>/LC_MESSAGES/<domain> style Including locales checker, auto detect on enviroment variables, return self as class (for functions type) return translator class after loading, etc New LoadFunctions to run all like functions. Names like php but with two underscores prefixed. eg gettext -> __gettext
35 lines
977 B
Plaintext
35 lines
977 B
Plaintext
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: en_US.UTF-8 LC_MESSAGES frontend\n"
|
|
"Report-Msgid-Bugs-To: clemens.schwaighofer@egplusww.com\n"
|
|
"POT-Creation-Date: 2018-03-28 10:40+0900\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: clemens.schwaighofer@egplusww.co\n"
|
|
"Language-Team: E-GRAPHICS COMMUNICATIONS Japan <info.jp@egplusww.com>\n"
|
|
"Language: en_US\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"
|
|
|
|
msgid "Original"
|
|
msgstr "Translated frontend en_US"
|
|
|
|
msgid "single"
|
|
msgid_plural "multi"
|
|
msgstr[0] "Multi frontend en_US 0"
|
|
msgstr[1] "Multi frontend en_US 1"
|
|
msgstr[2] "Multi frontend en_US 2"
|
|
|
|
msgctxt "context"
|
|
msgid "Original"
|
|
msgstr "Original context frontend en_US"
|
|
|
|
msgctxt "context"
|
|
msgid "single"
|
|
msgid_plural "multi"
|
|
msgstr[0] "Multi context frontend en_US 0"
|
|
msgstr[1] "Multi context frontend en_US 1"
|
|
msgstr[2] "Multi context frontend en_US 2"
|