Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

13 Commits

Repository files navigation

Webpack loader for angular-gettext. Intended for compilation only. Use angular-gettext-cli together with npm scripts for extraction. For details see official developer guide for angular-gettext.

Parameters

format

Values: javascript, json. Default value: javascript

Compilation format, where javascript means Angular module.

module

Type: {string}, default value: gettext

Angular module name.

Usage

module.exports={module: {loaders: [// Bundle as angular module {test: /basic.*\.po$/,use: [{loader: 'angular-gettext-loader',options: {module: 'myApp'}}]},// Bundle as json, to be injected with gettextCatalog.setStrings(){test: /\.po$/,type: 'asset/source',use: [{loader: 'angular-gettext-loader',options: {format: 'json'}}]},// Copy as json, to be loaded with gettextCatalog.loadRemote() {test: /additional.*\.po$/,type: 'asset/resource',generator: {filename: 'translations/[name].[hash].json'},use: [{loader: 'angular-gettext-loader',options: {format: 'json'}}]}]}}

About

Webpack loader for angular-gettext

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages