When the messages are extracted they are ordered in the extraction file alphabetically according to their randomly generated ids. Is there any way to prevent that and have them ordered in the exact same order in which they appear in the code instead?
E.g. now:
"AYGNrK": translation2,
"BIOgfm": translation1,
"Cqv/CV": translation3,
Wanted:
"BIOgfm": translation1,
"AYGNrK": translation2,
"Cqv/CV": translation3,