I wrote an tool to auto-internationalize any react app

This page summarizes the projects mentioned and recommended in the original post on /r/javascript

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • auto-i18n-react

    Auto i18n React components using format.js api

  • React Intl

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

  • I had to build this for a project I was involved in. It uses the format.js API to do the internationalization. I was a bit aggressive in the algorithm so it's possible that there were some false positives but those are pretty easy to find once you have the translation file (which gets produced by the format js tooling). Using this tool, however, I was able to convert a good 80-90% of the app in my particular use case (a medium size react app). The remaining code was done manually (things like pluralization are not handled by the tool).

  • 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
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts