vue-i18n-locale-message
vue-i18n-locale-message copied to clipboard
All key get sorted
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.