Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Convert gettext PO files into i18next JSON format during webpack builds

License

Notifications You must be signed in to change notification settings

openculinary/i18next-gettext-loader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@openculinary/i18next-gettext-loader

Convert gettext PO files into i18next JSON format during webpack builds.

Forked from a no-longer-maintained po-loader with support for i18next.

Install

yarn add @openculinary/i18next-gettext-loader --dev

Webpack config

{
  test: /\.po$/, 
  use: [
    {'loader': '@openculinary/i18next-gettext-loader'}
  ]
}

About

Convert gettext PO files into i18next JSON format during webpack builds

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%