1.0.4 • Published 9 years ago

grunt-tcl-i18n v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
9 years ago

grunt-tcl-i18n

tcl-i18n tool with grunt (used tcl-i18n)

Getting Started

This plugin requires Grunt ~0.4.5

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

npm install grunt-tcl-i18n --save-dev

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-tcl-i18n');

The "tcl_i18n" task

Overview

In your project's Gruntfile, add a section named tcl_i18n to the data object passed into grunt.initConfig().

grunt.initConfig({
  tcl_i18n: {
    options: {
      // Task-specific options go here.
    },
    files: {
      // Target-specific file lists and/or options go here.
    },
  },
});

Options

options.propoertOriPath

Type: String Default value: ''

The original properties path.

Usage Examples

Custom Options

In this example, custom options are used to do something else with whatever else.

grunt.initConfig({
  tcl_i18n: {
    options: {
      propoertOriPath: 'test/properties/'
    },
    files: {
      'test/out/': 'test/20150506/*.xlsx'
    }
  },
});

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago