1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 13:52:46 +02:00

docs(angular): add translation files content (#6947)

This commit is contained in:
J. Degand
2024-09-03 04:14:12 -04:00
committed by GitHub
parent 9d3868494b
commit 733e282454

View File

@@ -1 +1,9 @@
# Translation Files
# Translation Files
After you prepare a component for translation, use the `extract-i18n` Angular CLI command to extract the marked text in the component into a source language file. The marked text includes text marked with `i18n`, attributes marked with `i18n`-attribute, and text tagged with `$localize`. The `extract-i18n` command creates a source language file named `messages.xlf` in the root directory of your project. If you have multiple language files, add the locale to the file name, like `messages.{locale}.xlf`.
Visit the following resources to learn more:
- [@official@Angular Official Docs - Translation Files](https://angular.dev/guide/i18n/translation-files)
- [@official@Angular Official Docs - Extract i18n](https://angular.dev/cli/extract-i18n)
- [@article@Angular i18n: internationalization & localization with examples](https://lokalise.com/blog/angular-i18n/)