Finds unlocalized UI strings
This plugin requires Grunt ~0.4.0
.
npm install grunt-missing-i18n --save-dev
Once the plug-in has been installed, you need to load this Grunt task in your Gruntfile like this:
grunt.loadNpmTasks('grunt-missing-i18n');
Run this task with the grunt missingI18n
command.
grunt.initConfig({
missingI18n: {
files: ['app/**/*.{js,html,mustache}']
}
});