tarrencev / babel-plugin-react-intl-to-properties

Extracts React Intl messages from React components into a .properties file
Other
5 stars 2 forks source link

Order of properties is non-deterministic #2

Closed stevenla closed 8 years ago

stevenla commented 8 years ago

Sometimes the order gets shuffled around. Every time this script runs, it should generate the same .properties file.

Thinking we store all the properties into a data structure first, then sort, then output the .properties file

tarrencev commented 8 years ago

I'm cool with that

stevenla commented 8 years ago

fixed by #3