JavaScript Globalization

Open-source JavaScript projects categorized as Globalization

Top 3 JavaScript Globalization Projects

Globalization
  1. next-translate

    Next.js plugin + i18n API for Next.js 🌍 - Load page translations and use them in an easy way!

    Project mention: One PR to a parser unlocked prerendering in Brisa | dev.to | 2026-04-23

    Before Brisa, I was already maintaining next-translate, an i18n library for Next.js. For the plugin that auto-injects locale loaders into pages, I used the TypeScript compiler API. It worked. It was also painfully slow; ts.createProgram() for every page file at build time, full type-checker instantiation, lib resolution. We had to add noResolve: true and noLib: true just to make it bearable. The parser was doing ten times more work than we needed because all we wanted was the AST, not the types.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. fluent

    Fluent — planning, spec and documentation

    Project mention: MessageFormat: Unicode standard for localizable message strings | news.ycombinator.com | 2026-02-16

    The general consensus is that source strings should not be inlined into code. The closest analogy is to "style" vs "class" in HTML/CSS - the clean separation of concerns comes from the "id" being the contract.

    You can read more about it here: https://github.com/projectfluent/fluent/wiki/Fluent-vs-gette...

    There are attempts to "merge" those two philosophies, by extracting and "generating" slugs as ids.

  4. fluent.js

    JavaScript implementation of Project Fluent

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript Globalization discussion

Log in or Post with

JavaScript Globalization related posts

  • Fluent: A Localization System for Natural-Sounding Translations

    2 projects | news.ycombinator.com | 14 Dec 2025
  • Fluent: A localization system for natural-sounding translations

    1 project | news.ycombinator.com | 28 Nov 2025
  • Fluent: A localization system for natural-sounding translations

    1 project | news.ycombinator.com | 26 Apr 2024
  • Writing a document with version control feauters

    1 project | news.ycombinator.com | 23 Apr 2024

Index

What are some of the best open-source Globalization projects in JavaScript? This list will help you:

# Project Stars
1 next-translate 2,740
2 fluent 1,654
3 fluent.js 999

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that JavaScript is
the 5th most popular programming language
based on number of references?