ncrmro / i18n-auto-translate

Automatically generate your translations files from your default.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

next-i18next-auto-google-translate

This package will look at your default translation file and generate any other specified translation file requested by default only looking up missing keys.

The end goal being you only ever need to manage a single language translation set.

It is highly recommended to typically have any existing translation files committed before running.

Usage

yarn add -D next-i18next-auto-translate
{
  "scripts": {
    "translate": "next-i18next-auto-translate"
  }
}

About

Automatically generate your translations files from your default.


Languages

Language:JavaScript 55.7%Language:CSS 43.7%Language:TypeScript 0.6%