0.1.5 • Published 4 years ago

ngx-translate-assistant v0.1.5

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

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

0.1.4

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago