A translation finder for Weblate, translation tool with tight version control integration
Project description
Weblate translation finder in a directory.
This library is used by Weblate to discover translation files in a cloned repository.
Usage
In can be used from Python:
>>> from translation_finder import discover
>>> discover('.')
[
{
"filemask": "locales/*/messages.po",
"file_format": "po",
"template": None,
},
{
"filemask": "app/src/res/main/values-*/strings.xml",
"file_format": "aresource",
"template": "app/src/res/main/values/strings.xml",
}
]
Or command line:
$ weblate-discovery translation_finder/test_data/
== Match 1 ==
file_format : po
filemask : locales/*.po
== Match 2 ==
file_format : aresource
filemask : app/src/res/main/values-*/strings.xml
template : app/src/res/main/values/strings.xml
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
translation-finder-0.1.tar.gz
(21.2 kB
view hashes)
Built Distribution
Close
Hashes for translation_finder-0.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8fc2523ff43a226d356c4d00e4a863c024db71e7b8a2f5ed1c6320029fa4897 |
|
MD5 | 4d5eac2fc76b693c4fa07270e613f477 |
|
BLAKE2b-256 | 57f4822fc7b550d002fd1a7fcc063e07ae6f69a749f6de9f30aa7a7924673a05 |