Internationalization

Open-source projects categorized as Internationalization

Top 23 Internationalization Open-Source Projects

  • awesome-falsehood

    😱 Falsehoods Programmers Believe in

  • Project mention: Ask HN: Did you encounter any Leap Year bugs today? How bad was it? | news.ycombinator.com | 2024-02-29

    Billing. It always has to be the billing. For a list of all other edge cases, you have: https://github.com/kdeldycke/awesome-falsehood#readme

  • React Intl

    The monorepo home to all of the FormatJS related libraries, most notably react-intl.

  • Project mention: Big Numbers, No Worries: JavaScript Format Number With Commas | dev.to | 2024-03-23

    You can use a third-party library, which is a bunch of code that someone else wrote for you. Many awesome third-party libraries can format numbers with commas in JavaScript. For example, you can try Numeral.js, Accounting.js, or Format.js.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • getx

    Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.

  • react-i18next

    Internationalization for react done right. Using the i18next i18n ecosystem.

  • Project mention: A brief history of web development. And why your framework doesn't matter | news.ycombinator.com | 2024-04-29

    > It’s important to be aware of what you are getting if you go with React, and what you are getting is a far cry from what a framework would offer, with all the corresponding pros and cons.

    Would you like to elaborate on that?

    In my experience, with something as great, size/ecosystem-wise as React, there will almost always be at least one "mainstream" package for whatever you might want to do with it, that integrates pretty well. Where a lot of things might come out of the box with a framework, with a library I often find myself just needing to install the "right" package, and from there it's pretty much the same.

    For example, using https://angular.io/guide/i18n-overview or installing and using https://react.i18next.com/

    Or something like https://angular.io/guide/form-validation out of the box, vs installing and using https://formik.org/

    Or perhaps https://angular.io/guide/router vs https://reactrouter.com/en/main

    Even adding something that's not there out of the box is pretty much the same, like https://primeng.org/ or https://primereact.org/

    React will typically have more fragmentation and therefore also choice, but I don't see those two experiences as that different. Updates and version management/supply chain will inevitably be more of a mess with the library, admittedly.

    Now, projects like Next https://nextjs.org/ exist and add what some might regard as the missing pieces and work well if you want something opinionated and with lots of features out of the box, but a lot of those features (like SSR) are actually pretty advanced and not always even necessary.

  • i18next

    i18next: learn once - translate everywhere

  • Project mention: Implementing Internationalization (i18n) in Vue.js Projects | dev.to | 2024-04-30

    For this article, we'll leverage the 'Simple CRM' project from our previous list of projects. We'll integrate and utilize the i18n library to internationalize our application.

  • vue-i18n

    :globe_with_meridians: Internationalization plugin for Vue.js

  • Project mention: Syntaxe francophone | /r/QuebecTI | 2023-06-28
  • Weblate

    Web based localization tool with tight version control integration.

  • Project mention: Just launched Secrets 4 - A Password Manager with sharing on iCloud | /r/macapps | 2023-05-31

    For translations I can recommend you to use sites such as Crowdin, OneSky, Transifex, Weblate. Lot of smaller (singe or small team) developers are handling translations with the help of their users. You would be surprised how easy and how fast it is to manage translations at no (or nearly) cost this way. There is a lot of users willing to help to translate the app to their native languages.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • jsLingui

    🌍 📖 A readable, automated, and optimized (3 kb) internationalization for JavaScript

  • react-most-wanted

    React starter kit with "Most Wanted" application features

  • react-native-localize

    🌍 A toolbox for your React Native app localization

  • Globalize

    Rails I18n de-facto standard library for ActiveRecord model/data translation. (by globalize)

  • typesafe-i18n

    A fully type-safe and lightweight internationalization library for all your TypeScript and JavaScript projects.

  • Project mention: Suggest Best Svelte Libraries | /r/sveltejs | 2023-05-23

    inlang: localization infrastructure for software and the next git (made by the inlang team and same author of the amazing typesafe-i18n library)

  • i18n-tasks

    Manage translation and localization with static analysis, for Ruby i18n

  • Traduora

    Ever® Traduora™ - Open Translation Management Platform

  • transloco

    🚀 😍 The internationalization (i18n) library for Angular

  • Project mention: Coping with i18n | dev.to | 2023-11-17

    Some libraries support ways to handle missing translations (e.g., TranslocoMissingHandler from Transloco or MissingTranslationHandler   from ngx-translate). So that's a way to find out any missing translations, but that's quite manual because you have to go over every part of the served application.

  • utf8.h

    📚 single header utf8 string functions for C and C++

  • Project mention: STB: Single-file public domain libraries for C/C++ | news.ycombinator.com | 2024-01-06
  • fluent

    Fluent — planning, spec and documentation

  • Project mention: Fluent: A localization system for natural-sounding translations | news.ycombinator.com | 2024-04-26
  • Babel

    The official repository for Babel, the Python Internationalization Library (by python-babel)

  • icu4x

    Solving i18n for client-side and resource-constrained environments.

  • Project mention: Any new Opensource projects in (rust) looking for contributors. I want to start my journey as an OSS contributor. | /r/rust | 2023-05-14

    ICU4X has a large priority backlog which are "issues that the team wants to definitely see fixed, but which currently lack resourcing."

  • ResX Resource Manager

    Manage localization of all ResX-Based resources in one central place.

  • tolgee-platform

    Developer & translator friendly web-based localization platform

  • Project mention: Building a multi-language app with Vue JS. 🌐 | dev.to | 2024-01-13

    You can learn more do about this platform on their website Tolgee.

  • svelte-i18n

    Internationalization library for Svelte

  • Fluent

    Rust implementation of Project Fluent

  • Project mention: Libxo: The Easy Way to Generate Text, XML, JSON, and HTML Output | news.ycombinator.com | 2023-07-14

    > Typical printf usage is imperative and additive:

    > if (enter) printf("Hello "); else printf("Goodbye "); printf("World!\n");

    And unless you want your translator to hate you, you really, really mustn’t do this in user-facing output.

    (OK, you can if you really want to and if you’re ready to give them the same tools[1], but it won’t be simple. Although I’m unaware of any professional translators supporting this either—most use a CAT, and the Fluent approach ignores those.)

    [1] https://projectfluent.org/

  • SaaSHub

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

    SaaSHub logo
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).

Internationalization related posts

  • Implementing Internationalization (i18n) in Vue.js Projects

    1 project | dev.to | 30 Apr 2024
  • Fluent: A localization system for natural-sounding translations

    1 project | news.ycombinator.com | 26 Apr 2024
  • Building a multi-language app with Vue JS. 🌐

    2 projects | dev.to | 13 Jan 2024
  • Construyendo una app multi-lenguaje con Vue JS. 🌐

    2 projects | dev.to | 13 Jan 2024
  • STB: Single-file public domain libraries for C/C++

    4 projects | news.ycombinator.com | 6 Jan 2024
  • Pains and solutions in localization for the web

    3 projects | dev.to | 13 Dec 2023
  • Coping with i18n

    4 projects | dev.to | 17 Nov 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 10 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

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

Project Stars
1 awesome-falsehood 23,113
2 React Intl 14,082
3 getx 9,864
4 react-i18next 8,959
5 i18next 7,428
6 vue-i18n 7,229
7 Weblate 4,247
8 jsLingui 4,226
9 react-most-wanted 2,426
10 react-native-localize 2,206
11 Globalize 2,136
12 typesafe-i18n 2,110
13 i18n-tasks 2,018
14 Traduora 1,947
15 transloco 1,940
16 utf8.h 1,635
17 fluent 1,338
18 Babel 1,271
19 icu4x 1,255
20 ResX Resource Manager 1,254
21 tolgee-platform 1,223
22 svelte-i18n 1,167
23 Fluent 1,002

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