I created a POT to translate my website and generated a MO file. I created a new project and improted from POT file, during the translation I noticed a few errors on my original POT.
I started my PHP application with all text in German, then used gettext to extract all strings and translate them to English.
How to add the translations for cakephp libs files to by default.po file for example - months name - day\'s name
I\'m writing a website using ZendFramework and decided to use the gettext system to internationalize its content.
I am struggling for quite a while now to get into translation files with PHP\'s gettext() function and creating the files with Poedit. Poedit didn\'t come with a helpfile either and I tried lots of th
I\'m trying to parse an application with Poedit. Most of my translation use a translate() method but in some views file (.phtml) I use a special keyword such as My string
How to configure poedit to extract strings from xml file? I have Zend Framework navigation items in .xml like this:
I\'m looking for a front-end to google translate that supports translating GNU gettext PO files with NGETEXT style plurals, eg. msgid_plural, msgid[0] ... msgid[n].
I have finally managed to set up a multilingual cakephp site. Although not finished it is the first time where I can change the DEFAULT_LANGUAGE in the bootstrap and I can see the language to change.
On Windows using WAMPserver (Apache, MySQL, PHP) I have the following: //test.php if (!defined(\'LC_MESSAGES\'))