Skip to main content

A translation file finder used in Weblate.

Project description

Weblate

Weblate is libre software web-based continuous localization system, used by over 2500 libre projects and companies in more than 165 countries.

A translation file finder for Weblate, translation tool with tight version control integration.

Website Translation status CII Best Practices PyPI package Documentation

This library is used by Weblate to discover translation files in a cloned repository. It can operate on both file listings and actual filesystem. Filesystem access is needed for more accurate detection in some cases (detecting encoding or actual syntax of similar files).

Usage

In can be used from Python:

>>> from translation_finder import discover
>>> from pprint import pprint
>>> results = discover("translation_finder/test_data/")
>>> len(results)
30
>>> pprint(results[0].match)
{'file_format': 'aresource',
 'filemask': 'app/src/res/main/values-*/strings.xml',
 'name': 'android',
 'template': 'app/src/res/main/values/strings.xml'}
>>> pprint(results[16].match)
{'file_format': 'po',
 'filemask': 'locales/*.po',
 'new_base': 'locales/messages.pot'}

Additional information about discovery can be obtained from meta attribute:

>>> pprint(results[0].meta)
{'discovery': 'TransifexDiscovery', 'origin': 'Transifex', 'priority': 500}
>>> pprint(results[16].meta)
{'discovery': 'GettextDiscovery', 'origin': None, 'priority': 1000}

Or command line:

$ weblate-discovery translation_finder/test_data/
== Match 1 (Transifex) ==
file_format    : aresource
filemask       : app/src/res/main/values-*/strings.xml
name           : android
template       : app/src/res/main/values/strings.xml
...

== Match 7 ==
file_format    : po
filemask       : locales/*.po
new_base       : locales/messages.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

translation_finder-2.17.tar.gz (72.6 kB view details)

Uploaded Source

Built Distribution

translation_finder-2.17-py3-none-any.whl (80.6 kB view details)

Uploaded Python 3

File details

Details for the file translation_finder-2.17.tar.gz.

File metadata

  • Download URL: translation_finder-2.17.tar.gz
  • Upload date:
  • Size: 72.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.4.30

File hashes

Hashes for translation_finder-2.17.tar.gz
Algorithm Hash digest
SHA256 7391411148374cc7054c84b022ebcc89ffafbc8b75b86951cb71f1e884b61ec8
MD5 e2e8fd9ad88310b20e18761a5f18a4d3
BLAKE2b-256 919f95187aa95f68c55dfd14979af57ede5d04caba7118c7a009bf2792cf84f7

See more details on using hashes here.

File details

Details for the file translation_finder-2.17-py3-none-any.whl.

File metadata

File hashes

Hashes for translation_finder-2.17-py3-none-any.whl
Algorithm Hash digest
SHA256 614560932ca199f62b79b779ab37c6993a9c90df3ca82b2e027c8335625b56fc
MD5 2d85136007cc94e337d294afac001475
BLAKE2b-256 1604ba098307956db72cede33bd9271654f84575309702cf3c6d3053f1d21978

See more details on using hashes here.

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