Tagged Questions
2
votes
3answers
124 views
Internationalization of non-english application
I know there are lots of posts for internationalization, but this is something I didn't found while searching.
I have a PHP Web application, which is pretty big right now. It's developed actively for ...
5
votes
2answers
297 views
Translating longer texts (view and email templates) with gettext
I'm developing a multilingual PHP web application, and I've got long(-ish) texts that I need to translate with gettext. These are email templates (usually short, but still several lines) and parts of ...