lang-maintainer

1.0.13 • Public • Published

Installation Guid

install the script globaly by running

npm i -g lang-maintainer

Get Started

In the root of the project create config file "langconf.js" and pass this content inside

module.exports = {
    ignore: [] // put regex exp, by default the script ignore from node_modules 
}

And in your js or ts wrap labels object

/**
 * @Translation
 */

const f = {
  field1: "some string sec 1 f 1",
  field2: "some string sec 1 f 2"
};

/**
 * @End_of_translation
 */

You can also adding json file (good for anther languages) TBD

Grouping

TBD

Readme

Keywords

none

Package Sidebar

Install

npm i lang-maintainer

Weekly Downloads

3

Version

1.0.13

License

MIT

Unpacked Size

8.95 kB

Total Files

15

Last publish

Collaborators

  • moshe_kabala