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

Properties Map #3

Closed stevenla closed 8 years ago

stevenla commented 8 years ago

Store all properties in a map. On each file save, sort the map and re-write the properties file.

I can't imagine that this is gonna scale well for large numbers of files, but at least it outputs a clean properties file. We can probably worry about scaling this out later.

jdivock commented 8 years ago

+2