All side optimized Next.js translations

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io
featured
Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
  1. next-i18next

    The easiest way to translate your NextJs apps.

    Let's take the example of next-i18next. While next-i18next uses i18next and react-i18next under the hood, users of next-i18next simply need to include their translation content as JSON files and don't have to worry about much else.

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  3. i18next-locize-backend

    A simple i18next backend for locize.com which can be used in Node.js, in the browser and for Deno.

    We will use the i18next-locize-backend plugin, but only on client side.

  4. i18next-chained-backend

    An i18next backend to chain multiple backends (add fallbacks, caches, ...)

    If you've configured caching for your locize version, you may not need the i18next-localstorage-backend and i18next-chained-backend plugin.

  5. i18next-localstorage-backend

    This is a i18next cache layer to be used in the browser. It will load and cache resources from localStorage and can be used in combination with the chained backend.

    If you've configured caching for your locize version, you may not need the i18next-localstorage-backend and i18next-chained-backend plugin.

  6. locize-lastused

    Using API lastUsed using in node.js, in the browser and for deno.

    Thanks to the locize-lastused plugin, you'll be able to find and filter in locize which keys are used or not used anymore.

  7. locize

    locize InContextEditor postMessage API

    With the help of the locize plugin, you'll be able to use your app within the locize InContext Editor.

  8. i18next

    i18next: learn once - translate everywhere

    Let's take the example of next-i18next. While next-i18next uses i18next and react-i18next under the hood, users of next-i18next simply need to include their translation content as JSON files and don't have to worry about much else.

  9. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  10. vercel

    Develop. Preview. Ship.

    Having a backend server does not mean you are forced to run your own server. It can also be a PaaS or serverless solution, like Vercel or Netlify, etc.

  11. react-i18next

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

    Let's take the example of next-i18next. While next-i18next uses i18next and react-i18next under the hood, users of next-i18next simply need to include their translation content as JSON files and don't have to worry about much else.

  12. pages-gem

    A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages

    With this example, we just need a static webserver, like GitHub Pages or similar.

  13. Next.js

    The React Framework

    Writing Next.js code blurs the lines between client side and server side. The code is written once and depending on your needs it is then executed as SSG (static-site generation), SSR (server-side rendering) or CSR (client-side rendering), etc.

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

  • Pains and solutions in localization for the web

    3 projects | dev.to | 13 Dec 2023
  • What's a good JS library for handling the quiz portion (grading, etc.) of an e-learning web application (needs to have multi-language support)?

    3 projects | /r/webdev | 13 Jul 2022
  • i18next Crash Course | the JavaScript i18n framework

    4 projects | dev.to | 6 Jun 2022
  • How to internationalize a Remix application (Part 2)

    7 projects | dev.to | 3 Mar 2022
  • I want multiple language support for my React project, what's the best way of doing it?

    2 projects | /r/reactjs | 9 Feb 2022

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