Laravel-Backpack / LangFileManager

A quick interface to edit Laravel language files, for Backpack.
http://backpackforlaravel.com
MIT License
92 stars 42 forks source link

sort translationsKeys before saving #67

Closed Suven closed 6 months ago

Suven commented 5 years ago

Hey,

at least for me, all keys are being shuffled after an editor saves a translation. When they make multiple changes, that is very confusing. To maintain any specific order, I sorted the translations by their keyname.

promatik commented 6 months ago

Hey everyone!

I'm happy to announce that we just released a new package Translation Manager. This new package uses Spatie Translation Loader under the hood and will eventually replace LangFileManager, since it works in a more predictable way, using the database to store translations.

I'll close this one for now, let's move our focus and efforts into improving Translation Manager 💪.