This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

ngx-translate-assistant

0.1.5 • Public • Published

ngx-translate-assistant

Simple devtool to help with different language files, keep them tidy and up to date.

Add it to your project

  • Install the tool: npm install --save-dev ngx-translate-assistant
  • Add a script to your package.json to easily using it:
{
    "scripts": {
        "edit-translate": "ngxta"
    }
}
  • create the config file (.ngxtarc.json at beside your package.json):
[
    {
        "groupName": "Form page",
        "baseKey": "form-page",
        "files": [
            "src/app/form/locale/form-page.en.json",
            "src/app/form/locale/form-page.fr.json"
        ]
    },
    {
        "groupName": "About page",
        "files": [
            "src/app/about/locale/about-page.en.json",
            "src/app/about/locale/about-page.fr.json"
        ]
    }
]

Note: this is an example about what you can do

Readme

Keywords

none

Package Sidebar

Install

npm i ngx-translate-assistant

Weekly Downloads

1

Version

0.1.5

License

MIT

Unpacked Size

10.2 MB

Total Files

78

Last publish

Collaborators

  • kuroidoruido