getsentry / babel-gettext-extractor

A fork of babel-gettext-plugin that works with older versions of node and supports comment and location extraction
MIT License
43 stars 22 forks source link

Add option to have code references use a universal slash #12

Open woutervanvliet opened 6 years ago

woutervanvliet commented 6 years ago

Add option to transform the windows style slashes to linux style slashes, and the other way around. This will generate consistent translation templates independent from the platform it's built on.