Skip to content

Auto-reorder entries according to keys #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
vasekbrychta opened this issue Apr 4, 2019 · 0 comments
Open

Auto-reorder entries according to keys #50

vasekbrychta opened this issue Apr 4, 2019 · 0 comments

Comments

@vasekbrychta
Copy link

I'd like to have an option to trigger reordering of all entries in a file by keys' names.

Basically to turn something like this

second:
    third: 'something'
    fourth: 'something else'
first: 'my name'

into that

first: 'my name'
second:
    fourth: 'something else'
    third: 'something'

It would help with keeping my translation files organized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants