Skip to main content

Add your description here

Project description

TranslaTools

A toolset of translating Minecraft modpacks.

Currently working in progress.

Usage

Start a new translation project

a) Download CurseForge Modpack

translatools init {curseforge_project_id}

Using the command to initialize the project in the current directory. The directory must be empty.

You need to add CF_API_KEY to the environment variable, or passing it as an argument --api-key {the_key}.

When the downloading is complete, you need to edit the config.json file, fill the paratranz_id. And there's a flaw in the current version that _cwd is also exported to the config file, you can remove it.

b) Add Configuration to existing modpack directory

Create a file, config.json preferred.

{
  // CurseForge project ID
  "project_id": 345678,
  // Paratranz project ID
  "paratranz_id": 67890,
  // The CurseForge file ID, or 0 if you don't know
  // It's used for updating the files from the latest version. Not implemented yet.
  "current_version_id": 1234567,
  // deprecated!
  "tracked_json_paths": [],
  // deprecated!
  "tracked_lang_paths": [],
  // deprecated!
  "ftbquests": false,
  // tracked files with their type.
  "tracked_files": [
    {
      // the path to the file, or the glob to match all the files.
      // See glob: https://en.wikipedia.org/wiki/Glob_(programming)
      "path": "overrides/kubejs/assets/**/lang/en_us.json",
      // the type of the files.
      // it determines how the app treat these files.
      // supported types:
      // - "json_kv": the JSON files where the root is an object, which it only contains string values.
      // - "lang_kv": the regular Minecraft .lang files
      // - "ftbquests_chapter": the SNBT file of Chapter definition of FTB Quests
      "type": "json_kv"
    }
  ]
}

Fill in these fields, and remove the comments, because they're not supported in standard JSON.

Upload to Paratranz

translatools sync2paratranz

Like initialization, you need to add PARATRANZ_API_KEY to the environment variable, or passing it as an argument --api-key {the_key}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

translatools-0.2.1.tar.gz (20.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

translatools-0.2.1-py3-none-any.whl (11.7 kB view details)

Uploaded Python 3

File details

Details for the file translatools-0.2.1.tar.gz.

File metadata

  • Download URL: translatools-0.2.1.tar.gz
  • Upload date:
  • Size: 20.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.20

File hashes

Hashes for translatools-0.2.1.tar.gz
Algorithm Hash digest
SHA256 bcb8bfac53dc246d4d49a0b5a79dfb75d495fe5ab97bb72e5fd19a2d456471ac
MD5 7d7f5cec64c4d0abfc58d63e490d71b1
BLAKE2b-256 7ea0443318b0cee250dec8490affc0330049dcf028f27fd83ee1ab1a38864e19

See more details on using hashes here.

File details

Details for the file translatools-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for translatools-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 81f162547976e8c9cd6c0d655a0e60953de8e00133e9768ea53767cee3733e03
MD5 70824ecc8f74e3f7a64df91f705767e7
BLAKE2b-256 3ac594d49e0743b14386cd8f0f3546cffcfde827f4e22e23365e1adfa2e0a255

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page