feat(ivy): i18n - implement compile-time inlining (#32881)

This commit implements a tool that will inline translations and generate
a translated copy of a set of application files from a set of translation
files.

PR Close #32881
This commit is contained in:
Pete Bacon Darwin
2019-10-08 14:46:28 +01:00
committed by Alex Rickabaugh
parent d5b87d32b0
commit 2cdb3a079d
72 changed files with 5856 additions and 34 deletions

View File

@ -8,4 +8,7 @@
// This file contains the public API of the `@angular/localize` entry-point
export {clearTranslations, loadTranslations} from './src/translate';
export {clearTranslations, loadTranslations} from './src/translate';
// Exports that are not part of the public API
export * from './private';