| Crates.io | locale-translate |
| lib.rs | locale-translate |
| version | 0.3.0 |
| created_at | 2025-10-20 02:47:24.727538+00 |
| updated_at | 2025-10-26 23:26:36.565773+00 |
| description | CRATE HAS BEEN MOVED. PLEASE USE CRATE `ltranslate`. |
| homepage | |
| repository | https://github.com/lthoerner/ltranslate |
| max_upload_size | |
| id | 1891316 |
| size | 63,233 |
A basic utility for translating locale files using DeepL.
You'll need to install Cargo, then run
cargo install locale-translate. You may have to manually add the Cargo binary folder to your PATH,
but if all goes well the installer will do so automatically.
Start by setting up a DeepL API account and generating
an API key. Copy the key and use it to set the
DEEPL_API_KEY environment variable.
Run the tool using locale-translate. You will be prompted for your desired target language, the
name of the source locale file, and the name of the output locale file. The source file must meet
two basic requirements:
Make sure to monitor your API usage to avoid running out of credit.