Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- Fixed tiny typo
  • Loading branch information
phylomeno authored Sep 10, 2019
1 parent 59f2776 commit 2219963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/xliffmerge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ It is described in the official documentation Angular Cookbook [Internationaliza

Said in one sentence,
* markup your strings to translate in your templates with an attribute `i18n`
* run the Amgular extraction tool (`ng-xi18n`) to extract the strings in an XML Format called [[XLIFF-1.2]](http://docs.oasis-open.org/xliff/v1.2/os/xliff-core.html)
* run the Angular extraction tool (`ng-xi18n`) to extract the strings in an XML Format called [[XLIFF-1.2]](http://docs.oasis-open.org/xliff/v1.2/os/xliff-core.html)
* copy and then translate the extracted file for every language you plan to support
* run the ng compiler to generate a special version of your app for the different languages

Expand Down

0 comments on commit 2219963

Please sign in to comment.