Localizable.strings parser for Apple-specific localization files
Project description
python-localizable
Localizable.strings parser for Python
Usage
Install using pip.
$ pip install localizable
You can either parse a full string directly or pass a file path:
import localizable
strings = localizable.parse_strings(filename='Localizable.strings')
strings = localizable.parse_strings(content="content of .strings file") # this works too
The output format is an array of dictionaries, in order, with the following key/value pairs:
/* Comment */
"Key" = "Value";
key
: "Key"value
: "Value"comment
: "Comment"
License
GPLv2. Adapted from Transifex.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
localizable-0.1.3.tar.gz
(9.7 kB
view details)
File details
Details for the file localizable-0.1.3.tar.gz
.
File metadata
- Download URL: localizable-0.1.3.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb6c1ed3542da130796346af1c85ec0effc851eddbfad06e18d312c706879812 |
|
MD5 | cea57c887aa044810f1ade5bd19b8554 |
|
BLAKE2b-256 | f34f41a646026e646ff18525168e0b86f54373329a0ab61a420ba43b6a8d2caa |