/angular-translate

a multi language angular app

Primary LanguageJavaScript

Angular multi language app

Following dependencies are required for this project:

If you installed npm, you can run:

npm install

Build

The following call build the directory changes and generates the JS files If necessary:

npm run frontend-dist

Development

The following call monitors the directory changes and generates the JS and CSS files If necessary:

npm run frontend-watch

Translations

to get text from templates and js files and create .pot file run:

npm run pot

than you have to create a translations (.po files) maybe witch poedit (https://poedit.net/) and create json files for the angular-translate module:

npm run translate