gettext.js

gettext.js is a lightweight yet complete and accurate GNU gettext port for node and the browser.

Stars
147
Committers
26
gettext.js - v2.0.2 Latest Release

Published by guillaumepotier 10 months ago

gettext.js - v2.0.1

Published by guillaumepotier 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/guillaumepotier/gettext.js/compare/v2.0.0...v2.0.1

gettext.js - v2.0.0

Published by guillaumepotier over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/guillaumepotier/gettext.js/compare/v1.2.0...v2.0.0

gettext.js - v1.2.0

Published by guillaumepotier over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/guillaumepotier/gettext.js/compare/v1.1.1...v1.2.0

gettext.js - v1.1.0

Published by guillaumepotier almost 3 years ago

  • Normalize locales, so the locale from gettext files and the lang attribute become compatible. #55
gettext.js - v1.0.1

Published by guillaumepotier about 3 years ago

  • Fixes nodejs compatibility
gettext.js - v1.0.0

Published by guillaumepotier over 4 years ago

  • fixed languages with only one plural form. #34
  • fix main/module in package.json #31
  • various PR merge dependabot/security #36 #35
gettext.js - v0.9.0

Published by guillaumepotier about 5 years ago

  • Handle msgctxt now for non translated strings
gettext.js - v0.8.0

Published by guillaumepotier over 5 years ago

  • Use rollup now to produce amd, cjs, esm, and iife builded versions
gettext.js - 0.7.0

Published by guillaumepotier over 5 years ago

  • Added support fort literal % #20
gettext.js - 0.6.0

Published by guillaumepotier almost 6 years ago

  • Handle language subtags
gettext.js - 0.5.4

Published by guillaumepotier about 7 years ago

  • Fix node usage when document node available #10