12.0.0 • Published 3 months ago

@nx-extend/translations v12.0.0

Weekly downloads
14
License
MIT
Repository
github
Last release
3 months ago

@nx-extend/translations

Nx plugin to extract, push, pull and translate your FormatJS projects.

Setup

Install

npm install -D @nx-extend/translations
nx g @nx-extend/translations:add

Usage

Build

Available options:

nametypedefaultdescription

Serve

Available options:

nametypedefaultdescription

Plugin

{
  "plugins": [
    {
      "plugin": "@nx-extend/translations/plugin"
    }
  ]
}

Will add the extract-translations, push-translations, pull-translations and translate target to all projects with an .translationsrc.json in the root.

Example .translationsrc.json

{
  "extends": "../.translationsrc.json",
  "projectName": "Project name in the provider",
  "projectId": "id in the provider",

  // Options that are the same could go for example in the ".translationsrc.json" of the root.
  "provider": "simplelocalize",
  "outputDirectory": "<projectRoot>/src/translations",
  "outputLanguages": "<projectRoot>/src/translations/locales.json",
  "defaultLanguage": "en",
  "translator": "deepl",
  "translatorOptions": {
    "formality": "less",
    "fallbackToGooleTranslate": true
  },
  "publishAfterPush": true,
  "autoTranslate": true,
  "languages": [
    "en",
    "de",
    "nl",
    "pl",
    "fr",
    "ro",
    "da",
    "he",
    "sv"
  ]
}
12.0.0

3 months ago

11.0.3

4 months ago

11.0.2

5 months ago

11.0.0

6 months ago

11.0.1

5 months ago

10.1.4

7 months ago

10.1.1

8 months ago

10.1.2

8 months ago

10.1.3

8 months ago

10.0.0

11 months ago

7.2.3

11 months ago

10.1.0

11 months ago

7.3.0-alpha.1

1 year ago

7.2.2

1 year ago

7.2.1

1 year ago

7.2.0

1 year ago

7.1.2

1 year ago

7.0.0

2 years ago

7.1.1

2 years ago

7.1.0

2 years ago

6.4.1

2 years ago

6.4.0

2 years ago

6.4.2

2 years ago

6.3.0

2 years ago

6.3.1

2 years ago

6.2.3

2 years ago

6.2.2

2 years ago

6.1.0

2 years ago

6.2.1

2 years ago

6.2.0

2 years ago

6.0.0

3 years ago

5.1.0

3 years ago

5.0.0

3 years ago

4.0.1

3 years ago

3.3.0

3 years ago

3.2.0

3 years ago

3.1.1

3 years ago

3.1.0

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.3.0

3 years ago

2.0.0-alpha.3

3 years ago

2.2.0

3 years ago

2.3.2

3 years ago

2.3.1

3 years ago

2.1.0

3 years ago

2.0.0-alpha.1

3 years ago

2.0.0-alpha.2

3 years ago

0.7.0

3 years ago

0.4.0

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.0

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago