Hacker News new | ask | show | jobs
by andi999 1459 days ago
But isnt it sort of correct to have translation data, which is text data, and there might be bug fixes, in the repo?
2 comments

Which is why it commonly is there, but at the same time the translation data is kinda independent: you can run the software with no or part of the translations, as far as the software is concerned it’s usually close to configuration data or assets.

Not to mention transgressions often have their own lifecycle e.g. is common to find translatable strings which are untranslated or incorrectly translated, and want to ship updates independently from the software’s.

As such keeping the translations outside the source is also perfectly defensible.

Yes