new Langauge\GetLocale::setLocale() for getting new type lang info from session, etc L10n class call chnage of parameters: NEW: locale, domain, path OLD: locale, path, domain, legacy(bool) Temporary auto detect for possible path/domain switch if domain value has slash inside Rename all local files to names matching locale folder en_US -> en Delete lang folders with symlinks as they are no longer used Update all header files and class Backend\Admin, ACL\Login, Output\Form\Generate, Template\SmartyExtend with new language order: call ::setLocale() afer login class Update missing test translation strings in all po files Update phpUnit tests to match all new changes
25 lines
747 B
Plaintext
25 lines
747 B
Plaintext
# to craete: msgfmt -o <output.po> <input.mo>
|
|
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: en.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\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 "INPUT TEST"
|
|
msgstr "OUTPUT TEST FRONTEND EN"
|
|
|
|
msgid "single"
|
|
msgid_plural "multi"
|
|
msgstr[0] "Multi frontend en 0"
|
|
msgstr[1] "Multi frontend en 1"
|
|
msgstr[2] "Multi frontend en 2"
|