Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.04 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.04 KB

Gettext L10n

Gettext L10n is a translation library that provides localization support using the gettext format. It allows you to manage translations and plural forms efficiently.

Continues Integration

Installation

npm i gettext-l10n

TODO

DONE

  • Generator (json, po, mo, xml)
    • PO Generator
    • MO Generator
    • JSON Generator
    • XML Generator
  • Reader (json, po, mo, xml)
    • PO Reader
    • MO Reader
    • JSON Reader
    • XML Reader
  • Examples (partial)
    • PO Example
    • MO Example
    • JSON Example
    • XML Example
  • Add global translator

PROGRESS

  • Add support for more formats
  • Add tests (unit tests, integration tests, etc.)
    • Unit Tests

PLANNED

  • Documentation (need help)

LICENSE

The code is under MIT License

THANKS!