Socket
Socket
Sign inDemoInstall

@openculinary/i18next-gettext-loader

Package Overview
Dependencies
78
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @openculinary/i18next-gettext-loader

Convert gettext PO files into i18next JSON format during webpack builds


Version published
Maintainers
1
Created

Readme

Source

@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'}
  ]
}

Keywords

FAQs

Last updated on 10 May 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc