Ember-i18n keys used on code scan

Hello,

I was using ember-i18n in my projects for the lasts 4 month, but I need some tool to generate all the keys used on the project like Xcode has the genstrings, as I don’t found anything on internet. I made a little python tool, using some regular expression (Yes I know, it’s not good to use regular expressions, but it works) to get the most part of my usages of i18n plugin.

https://github.com/Dracks/Scan-Ember-i18n-tags-usage

I hope somebody can found it useful, and if there is some improvement to made or some bugs, don’t hesitate to contact me.

Dracks.