Tagged Questions
0
votes
2answers
159 views
Where to translate message strings - in the view or in the model?
We have a multilingual (PHP) application and use gettext for i18n. There are a few classes in the backend/model that return messages or message formats for printf().
We use xgettext to extract the ...