0.1.6 • Published 5 years ago

angular-lingua-gui v0.1.6

Weekly downloads
4
License
AGPL
Repository
github
Last release
5 years ago

AngularLingua-GUI

This is a simple GUI for your angular-lingua translations.

It can be installed over npm.

npm i --save-dev angular-lingua-gui

then you can create a run script in your package.json. the first parameter is where your location file is stored. After that, you can specify the language keys.

{
  "scripts": {
    "angular-lingua-gui": "angular-lingua-gui src/locales/locales.ts deu ita fra"
  }
}

Screenshot Angular Lingua GUI 1 Screenshot Angular Lingua GUI 2