Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@aofl/i18n-loader

Package Overview
Dependencies
Maintainers
2
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aofl/i18n-loader

The **\@aofl/i18n-loader** generates `language.js` files used by `@aofl/i18n-mixin` from `.po` files. See the `@aofl/i18n-mixin` docs for more usage details.

latest
Source
npmnpm
Version
3.5.0
Version published
Maintainers
2
Created
Source

@aofl/i18n-loader

The @aofl/i18n-loader generates language.js files used by @aofl/i18n-mixin from .po files. See the @aofl/i18n-mixin docs for more usage details.

Getting started

Run npm i -D @aofl/i18n-loader

Then add the loader to your webpack config:

module: {
  rules: [
    {
      test: /language\.js$/,
      use: [
        {
          loader: '@aofl/i18n-loader',
          options: {
            cache: true
          }
        }
      ]
    }
  ]
}

FAQs

Package last updated on 03 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts