()
| 89 | * @publicApi |
| 90 | */ |
| 91 | export function clearTranslations() { |
| 92 | $localize.translate = undefined; |
| 93 | $localize.TRANSLATIONS = Object.create(null); |
| 94 | } |
| 95 | |
| 96 | /** |
| 97 | * Translate the text of the given message, using the loaded translations. |
no test coverage detected