angular-lingua-gui
v0.1.6
Published
The web based management interface for your angular-lingua translations
Downloads
3
Maintainers
Readme
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"
}
}