Skip to content

Commit

Permalink
Merge pull request #148 from phylomeno/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
martinroob authored Nov 19, 2019
2 parents 59f2776 + 2219963 commit 986552d
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 986552d

Please sign in to comment.