intlify / vue-i18n-locale-message

:globe_with_meridians: i18n locale messages management tool for vue-i18n
MIT License
73 stars 12 forks source link

All key get sorted #255

Open mrleblanc101 opened 1 year ago

mrleblanc101 commented 1 year ago

Seems like this is related to the prettier-plugin-sort-json dependency. Is it intended that all key are sorted ? This is pretty annoying, it create a huge diff in our component. I think the key should stay in the order they were extracted, it's up to the developper to choose if they add prettier-plugin-sort-json in their project or if they prefer manual sort.