1.0.13 • Published 7 years ago

lang-maintainer v1.0.13

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago