using angular-gettext library first and example implementation
dependencies in bower.json and package.json edit grunt to extract and complie po files configure angular gettext in app.js
Showing
... | @@ -29,7 +29,8 @@ | ... | @@ -29,7 +29,8 @@ |
"grunt-contrib-concat": "~0.4.0", | "grunt-contrib-concat": "~0.4.0", | ||
"grunt-contrib-watch": "~0.6.1", | "grunt-contrib-watch": "~0.6.1", | ||
"grunt-bower-task": "~0.3.4", | "grunt-bower-task": "~0.3.4", | ||
"grunt-karma": "~0.8.0" | "grunt-karma": "~0.8.0", | ||
"grunt-angular-gettext": "~2.1.0" | |||
}, | }, | ||
"scripts": { | "scripts": { | ||
"postinstall": "bower install", | "postinstall": "bower install", | ||
... | ... |
po/tr.po
0 → 100644
Please register or sign in to comment