This package has been deprecated

Author message:

No longer maintained

i18next-po-loader

1.0.1 • Public • Published

💥 Careful: This package is no longer maintained and is only here for historic reasons. This means you should very likely not use it. You have been warned. 💥


i18next-po-loader

Load gettext PO files as i18next format directly in webpack

Install

npm install i18next-po-loader --save-dev

Webpack config

{
  test: /\.po$/, 
  loaders: ['i18next-po-loader']
}

Usage

i18next.init({
  nsSeparator: false,
  keySeparator: false,
  lng: 'en',
  resources: {
    de: {translation: require('./translations/de.po')}
  }
})

Package Sidebar

Install

npm i i18next-po-loader

Weekly Downloads

185

Version

1.0.1

License

MIT

Unpacked Size

2.94 kB

Total Files

4

Last publish

Collaborators

  • queicherius