UNPKG

webpack-angular-translate

Version:

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

13 lines (12 loc) 261 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title></title> </head> <body> <span translate>attribute-translation</span> <translate>element-translation</translate> <span translate="id-in-attribute">Content von span</span> </body> </html>