Both storage variants have their problems:
a) extension (you can run into trouble because you overwrite them by pushing)
b) l10n (you can run into trouble because you overwrite them either by typo3cms language:update or clicking in the backend.)
-> what do you think about adding a third location? like l10n_custom? Do you think that would make any sense in regard to the above issues?
PS the robust solution would be to store the translations in the database (it's editor created content) and write the files in the third location automatically....
Both storage variants have their problems:
a) extension (you can run into trouble because you overwrite them by pushing)
b) l10n (you can run into trouble because you overwrite them either by
typo3cms language:updateor clicking in the backend.)-> what do you think about adding a third location? like l10n_custom? Do you think that would make any sense in regard to the above issues?
PS the robust solution would be to store the translations in the database (it's editor created content) and write the files in the third location automatically....