A Datapack that drops the heads of all mobs.
By MLDEG
This repository includes two Python scripts to help with translations:
- Extracts all translatable content from JSON files
- Creates a CSV file with the following format:
- Type: Content type (title, description, minecraft:custom_name)
- Source: Source file path
- Original: Original text
- Translation: Empty column for translations
- Reads the completed translations from CSV file
- Updates JSON files with translated content
- Maintains proper formatting for different content types
- Provides detailed statistics about the update process
- Run
01-extract_texts.pyto generatetranslations.csv - Open
translations.csvand add your translations in the Translation column - Run
02-update_translated_texts.pyto apply translations to JSON files
- Python 3.6 or higher
- JSON files must be UTF-8 encoded
- CSV editor (Excel, Google Sheets, etc.)
