Converts Apple .strings, Android/Java .xml or Google app resource bundle .arb files to POT gettext files.
Project description
strings2pot is useful to convert Apple .strings, Android/Java .xml or Google app resource bundle .arb 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.3.5.tar.gz
(6.1 kB
view details)
File details
Details for the file strings2pot-0.3.5.tar.gz.
File metadata
- Download URL: strings2pot-0.3.5.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e44bd55983c1a345ab21b40234dfe38eda5cd66384c8a523c75a696e25d6fd71
|
|
| MD5 |
f0235e1d05b452abb1bf2f29f8ce79de
|
|
| BLAKE2b-256 |
4524778a1b488afd862a168158f6fb79e6389ae6bac82ef0ac030e37b7bcc9a9
|