This may be a stupid question, but here goes.
I\'ve seen several projects using some translation library (e.g. gettext) working with plain english placeholders. So f
Interesting question. I assume the main reason is that you don't have to care about translation or localization files during development as the main language is in the code itself.