statamic / ideas

💡Discussions on ideas and feature requests for Statamic
https://statamic.dev
30 stars 1 forks source link

Managing Statamic language files through Laravel Lang #1084

Open robdekort opened 7 months ago

robdekort commented 7 months ago

Managing translation files is a bit messy and confusing at times. The Laravel Lang project makes installing and keeping core Laravel translation files up to date very easy. But then you still have to add the Statamic translations and in some situations even the starter kit ones. You end up downloading php and json files and merging them with the existing ones.

I reached out to Laravel Lang package and asked if they also support third party packages and it turns out they do: https://github.com/Laravel-Lang/common/discussions/153#discussioncomment-7691759

Maybe this is something to consider implementing in the future.