1.0.13 • Published 5 years ago

lang-maintainer v1.0.13

Weekly downloads
4
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago