Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page