0.0.5 • Published 10 years ago

grunt-missing-i18n v0.0.5

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

grunt-missing-i18n v0.0.4

Finds unlocalized UI strings

Getting Started

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');

MissingI18n task

Run this task with the grunt missingI18n command.

grunt.initConfig({
  missingI18n: {
    files: ['app/**/*.{js,html,mustache}']
  }
});
0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago