Converts Apple .strings or Android/Java .xml files to POT gettext files.
Project description
strings2pot is useful to convert Apple .strings or Android/Java .xml files to POT gettext files.
Installation
pip install strings2pot
Command line usage
root@host$ strings2pot <STRINGS_FILE> <POT_FILE>
e.g.
root@host$ strings2pot Localizable.strings my_ios_app.pot root@host$ strings2pot values.xml my_android_app.pot
Code usage
from strings2pot import strings2pot
executed, error_message = strings2pot.run("Localizable.strings", "my_ios_app.pot")
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
strings2pot-0.2.2.tar.gz
(3.4 kB
view details)
File details
Details for the file strings2pot-0.2.2.tar.gz.
File metadata
- Download URL: strings2pot-0.2.2.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3cf6ed2747d9b993634b657fdb3b4e874a52a59375346943c9e982030fd9167
|
|
| MD5 |
2d2ce34c01c589e25608be8ab89ead2e
|
|
| BLAKE2b-256 |
036e89e26ebbb661b597ab9f62236af9daae514fb93806fc2e13952111745b26
|