A CLI tool to translate PO files using https://pofile.io/.
Project description
CLI for POFile.io
An easy-to-use CLI tool for translating PO files with POFile.io.
Description
This CLI tool automatically locates .po
files in your project and fills in missing translations using the POFile.io API service. It's designed to streamline the process of managing translations in software projects.
Getting Started
Prerequisites
- Python 3.7 or later
Installation
-
Activate your project's virtual environment.
-
Install the CLI with:
pip install pofile-cli
This will make the
pofile
command available. -
Create an account at POFile.io, log in, and copy your API key from the dashboard.
-
Set your API key by exporting it as an environment variable (recommended) or passing it directly with each command:
export POFILE_API_KEY=<your_api_key>
Usage
To populate all .po
files in the current project with translations, use:
pofile populate
Additional Options
Specify a Directory: To search for .po files in a specific directory, provide the path:
pofile populate <directory>
Set Maximum Directory Depth: Control how deep the tool searches within nested directories:
pofile populate --dir-depth <depth>
Skip Confirmation Prompt: Automatically proceed without a confirmation prompt:
pofile populate -y
Use an API Key Directly: If you prefer not to use an environment variable, you can specify your API key:
pofile populate --api-key <your_api_key>
Version History
- 0.1
- Initial Release
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pofile_cli-0.1.0.tar.gz
.
File metadata
- Download URL: pofile_cli-0.1.0.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd9d72069c2cd2b2a9e71e29b4c72fe8fff7b2d2102a0913d580a7d10abbf154 |
|
MD5 | 8a2d406e4e01e01d447e1336825725ed |
|
BLAKE2b-256 | 7a31100d57a75b3349d82451db4ff986bde2100a6516f6e6ce288eeb39dd5b95 |
File details
Details for the file pofile_cli-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: pofile_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f88493178724ed709e3d1a5c03e987f352b126e7f20578daa04efdb3af0020d2 |
|
MD5 | fb2a9dee95508eb1747affaace75b190 |
|
BLAKE2b-256 | baac9d1ec9df257d30ffa85969393192fa025d85d40dc6a6e2cd7dc1b0a3c330 |