UNPKG

webpack-angular-translate

Version:

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

13 lines (11 loc) 238 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title></title> </head> <body> <span translate translate-default="Translate translation">translateId</span> <span i18n="@@i18nId">I18n translation</span> </body> </html>