Skip to content

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

32 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

Languages

  • JavaScript 100.0%