PHP Localization Best Practices? gettext?
You basically asked and answered your own question, the answer might just be having a slightly better understanding of how PO files work. Within the PO file you have a msgid and a msgstr. The msgid is the value which is replaced with the msgstr within the PHP file depending on the localization. Now you … Read more