Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tsvetomir committed May 3, 2017
1 parent 4d3db0c commit cc873ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

Populates translations in XLIFF (.xlf) message files. Specifically developed for [Angular 2 i18n](https://angular.io/docs/ts/latest/cookbook/i18n.html) - enabled apps, but might work for others as well.

**Check out my blog post on [Making Sense of Angular Internationalization (i18n)](https://medium.com/@t_tsonev/making-sense-of-angular-internationalization-i18n-e7b26fb9c587)**

## Description

Normally, you'd localize an attribute using the following syntax:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Tsvetomir Tsonev",
"license": "BSD-3-Clause",
"dependencies": {
"cheerio": "0.22.0",
"cheerio": "^0.22.0",
"js-yaml": "^3.7.0",
"jsonpath": "^0.2.9"
},
Expand Down

0 comments on commit cc873ca

Please sign in to comment.