UNPKG

webpack-angular-translate

Version:

Webpack plugin that extracts the translation-ids with the default texts.

14 lines (12 loc) 273 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title></title> </head> <body ng-app="app"> <h1 id="top">{{ 'Home' | translate }}</h1> <img src="..." title="{{ 'Waterfall' | translate}}" /> <a href="#top">- {{'Top' | translate }} -</a> </body> </html>