Rangle.io : Angular Training
Search…
⌃K
Introduction
License
Why Angular?
The Architect's Guide to Angular
EcmaScript 6 and TypeScript Features
The JavaScript Toolchain
Bootstrapping an Angular Application
Components in Angular
Directives
Advanced Components
Observables
Angular Dependency Injection
Http
Change Detection
Zone.js
Advanced Angular
What is Immutability
Pipes
Forms
Modules
Routing
State Management
TDD Testing
Migrating AngularJS Projects to Angular
Project Setup
Angular CLI
Accessibility in Angular
Internationalization in Angular
What is the process like and how is involved?
Marking text in our templates
Extracting translation text using the Angular CLI
How to import the completed translation files
Using the AoT Compiler
Using the JiT Compiler
Updating existing translations
Glossary
Further Reading And Reference
Powered By GitBook

How to import the completed translation files

There are two ways to do this: You can use the JiT (Just in Time) Compiler or AoT (Ahead-of-Time) Compiler. Regardless of the approach, you will need to provide the Angular compiler with
  • the translation file(s)
  • the translation file format
  • the Locale Id (autogenerated by ng xi18n and can be found in the translation file)
Previous
Extracting translation text using the Angular CLI
Next
Using the AoT Compiler
Last modified 1yr ago
Copy link