-
Notifications
You must be signed in to change notification settings - Fork 32
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
Document how update --sortByMsgid
works
#101
Comments
I think I know what's going on... maybe... If a Maybe that's OK 🤔 |
I set up my local to have these scripts that will copy the existing po file, generate a new one, and then merge them back in together. Its not perfect but it does keep it organized.
|
update --sortByMsgid
works
I guess it's enough to document the behaviour. |
Came across the same issue as @dimaqq , I think |
I'd love to see
--sortByMsgid
documented better: that turning this option on after.po
files are already created will keep the original sort order of the old entries and sort the new entries according to message id.Old
yarn tells me it ran
path-to/node_modules/.bin/ttag update --extract-location=never --sortByMsgid int/ja-JP.po src
My .po file looks like this:
It doesn't appear sorted to me...
The text was updated successfully, but these errors were encountered: