Open rajtrsss opened 10 years ago
Can You tell me more? Can You paste the translated .po file here?
Hi, Firstly Thank you for reply.
Below is my .po file content and at the end of content I have added a new phrase "Speakers Portal." to translate into German. But when i uses $this->translate('Speakers Portal.') function to translate into German, it prints in ENGLISH only.
# msgid "" msgstr "" "Project-Id-Version: ZfcUser 0.0.1\n" "Report-Msgid-Bugs-To: zf-devteam@zend.com\n" "POT-Creation-Date: 2013-11-08 00:38+0100\n" "PO-Revision-Date: 2013-11-11 01:25+0100\n" "Last-Translator: Thomas Szteliga ts@websafe.pl\n" "Language-Team: ZF Contibutors zf-devteam@zend.com\n" "Language: de_DE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n"
msgid "Username" msgstr "Benutzername"
msgid "Email" msgstr "E-Mail"
msgid "New Email" msgstr "Neue E-Mail"
msgid "Verify New Email" msgstr "E-Mail wiederholen"
msgid "Display Name" msgstr "Anzeigename"
msgid "Password" msgstr "Passwort33"
msgid "Password Verify" msgstr "Passwort wiederholen"
msgid "Current Password" msgstr "Aktuelles Passwort"
msgid "Verify New Password" msgstr "Neues Passwort wiederholen"
msgid "New Password" msgstr "Neues Passwort"
msgid "Please type the following text" msgstr "Geben Sie bitte den folgenden Text ein"
msgid "Submit" msgstr "Senden"
msgid "Sign In" msgstr "Anmelden"
msgid "Register" msgstr "Registrieren"
msgid "No record matching the input was found" msgstr "Es wurde kein passender Eintrag gefunden"
msgid "A record matching the input was found" msgstr "Zugang existiert bereits."
msgid "Authentication failed. Please try again." msgstr "" "Authentifizierung fehlgeschlagen. " "Bitte versuchen Sie es erneut."
msgid "Not registered?" msgstr "Noch kein Zugang?"
msgid "Sign up!" msgstr "Jetzt registrieren!"
msgid "Change Email for %s" msgstr "E-mail ändern für %s"
msgid "Email address changed successfully." msgstr "Ihre E-Mail wurde erflogreich aktualisiert."
msgid "Unable to update your email address. Please try again." msgstr "" "Ihre E-Mail konnte nicht erflogreich aktualisiert werden. " "Bitte versuchen Sie es erneut."
msgid "Change Password for %s" msgstr "Passwort ändern für %s"
msgid "Password changed successfully." msgstr "Ihr Passwort wurde erfolgreich aktualisiert."
msgid "Unable to update your password. Please try again." msgstr "" "Ihr Passwort konnte nicht erfolgreich aktualisiert werden. " "Bitte versuchen Sie es erneut."
msgid "Hello" msgstr "Hallo"
msgid "Sign Out" msgstr "Abmelden"
msgid "Speakers Portal." msgstr "Lautsprecher Portal."
Hi, I used COMPOSER to install this module. Module installation was successful or all old phrases of page is translated from english to german when i change the locale in following directory
"config/global.conf or module/Application/config/module.conf.php"
but my problem is that I want to add some new language phrases to get translated into German. but that is not translating.
So, i want to know how can i add new phrases and what are the instruction to add new phrases to get worked.
Kindly tell me.
Thank you.
Ok, so first a few questions:
Hi, I want to add more languages phrase for German (de). but newly added language phrase is not working or not translating.
Even, I tried to compile the modified .po file but recompile command did not work.
Thanks