NestJS Free
ByCrowdinVerified Author

NestJS Localization Files Support

Try Crowdin

NestJS translation with Crowdin

Copy link

NestJS is a file format that is supported natively, meaning that it can be utilized without requiring any extra installation steps.

At present, it's not feasible to upload NestJS files through Crowdin's user interface. However, JSON files can be uploaded through various means such as the API, CLI, Git integrations, and similar methods. To ensure the proper import of NestJS JSON files, you should always specify the "type" parameter.

File Format Details

Copy link
Attribute Value
File Extension .json
API Type nestjs_i18n
Source can be edited in Crowdin No
Generating translated files via Bundles Search Crowdin Store
Supports pluralization Yes
WYSIWYG Preview in the editor No
Supported types of contextual information Text comments, Screenshots, In-Context
Custom attributes No
Existing translations import possibility Key-value mapping

Sample File

Copy link
{
  "application": {
    "appNameText": "Slop",
    "mainText": "Main",
    "cabinetText": "Console"
  },
  "asOfDateTeext": "For now {time}",
  "console": {
    "accountHeadText": "Personal Data",
    "currentPlurals": {
      "one": "*{} file",
      "other": "*{} files"
    }
  }
}

Crowdin is a platform that helps you manage and translate content into different languages. Integrate Crowdin with your repo, CMS, or other systems. Source content is always up to date for your translators, and translated content is returned automatically.

Learn More
Categories
File Formats
Works with
  • Crowdin Enterprise
  • crowdin.com
Details

Released on Mar 1, 2023

Updated on Feb 23, 2024

Published by Crowdin

Identifier:nestjs