onesky / plugin-intellij

OneSky plugin for Android development on Intellij IDEA / Android Studio
15 stars 2 forks source link

tools:locale="en" not removed in translated file #11

Open royerdavid opened 8 years ago

royerdavid commented 8 years ago

The plugin should use a country language as a generic language when the generic language doesn't exist.

Example: "fr-CA" without "fr" should be exported as "fr"

bretdabaker commented 8 years ago

Thanks for reporting the bug, the tools:locale attribute should only be used for files under /values folder as described here, our backend engineers will look into it.