webpack-angular-translate
Version:
Webpack plugin that extracts the translation-ids with the default texts.
6 lines (4 loc) • 347 B
HTML
<!-- Translated title using $translate service -->
<h1>{{ home.title }}</h1>
<p translate translate-default="Welcome to the angular-translate-webpack example. This text is translated using angular-translate.">HOME_MSG</p>
<a href="dist/translations.json" translate translate-attr-title="Download translations.json">Download translations.json</a>