This is an example repository showing how to use Localazy with angular-i18n for localization management. To learn more, check out the blog post describing the set up in detail.
https://codesandbox.io/s/quiet-flower-3l64n
This repository contains translations from an actual Localize Angular App example app. You can try to run localazy download to see how it works. However, this app is in read-only mode, meaning that localazy upload will fail.
First install dependencies
npm installand then run the application
ng serve- sign up for Localazy,
- create an app, although English is recommended, you may use any language as source,
- select Angular integration option and install Localazy CLI,
- Retrieve your writeKey and readKey from the integration guide page and change them in
localazy.keys.json, - it is recommended to add
localazy.keys.jsonto .gitignore, - prepare template(s) for internationalization,
- export source language XLIFF file,
- run
localazy upload, - when you have accepted strings in other languages, run
localazy downloadand check locales folder for the new translations, - run the app
ng serve
