Skip to main content

A library for making Toolforge tools written in Python translatable.

Project description

toolforge_i18n

toolforge_i18n is a library for making Wikimedia Toolforge tools written in Python translatable. It’s especially geared towards Flask-based tools, but should also be usable with other frameworks.

Features

  • Make your tool translatable into dozens, potentially hundreds of languages!

  • Easy integration with translatewiki.net by reusing MediaWiki message file syntax.

  • Full support for the magic words {{GENDER:}} and {{PLURAL:}}, as well as for hyperlink syntax ([url text]) and list formatting.

  • By default, support for a MediaWiki-like ?uselang= URL parameter, including ?uselang=qqx to see message keys.

  • Correct conversion between MediaWiki language codes and HTML language codes / IETF BCP 47 language tags; for instance, ?uselang=simple produces <html lang="en-simple">.

  • Correct lang= and dir= in the face of language fallback: messages that (due to language fallback) don’t match the surrounding markup are automatically wrapped in a <span> with the right attributes. (Even MediaWiki doesn’t do this! Though, admittedly, MediaWiki doesn’t have the luxury of assuming that every message can be wrapped in a <span> – many MediaWiki messages are block elements that would rather need a <div>.)

  • Includes checks to ensure all translations are safe, without unexpected elements (e.g. <script>) or attributes (e.g. onclick=), to protect against XSS attacks from translations. The tests are automatically registered via a pytest plugin and also run at tool initialization time.

How to use it

See the documentation, especially the documentation for Flask tools or for non-Flask tools depending on which framework you use.

Please note that the library is still relatively new and has not been used by many tools yet. If anything is unclear or there are problems, feel free to reach out to the maintainer(s) and/or file a task on Phabricator.

License

BSD-3-Clause.

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

toolforge_i18n-0.1.0.tar.gz (33.9 kB view details)

Uploaded Source

Built Distribution

toolforge_i18n-0.1.0-py3-none-any.whl (23.9 kB view details)

Uploaded Python 3

File details

Details for the file toolforge_i18n-0.1.0.tar.gz.

File metadata

  • Download URL: toolforge_i18n-0.1.0.tar.gz
  • Upload date:
  • Size: 33.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.27.0

File hashes

Hashes for toolforge_i18n-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ccd3abab9619e96f632dbbd55000a746e964c31659232224114f1efc98ccf864
MD5 531d89b7a68a5faf86b0cc719fd554fd
BLAKE2b-256 ed771738ce3832fe468c0095b60b2e51f7f5fd61b9dfea7b692230fbc3e77916

See more details on using hashes here.

File details

Details for the file toolforge_i18n-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for toolforge_i18n-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d9775af4976eab2c64827283317140a2b79e7d6274b441b396f22f9f7cd61a0d
MD5 506bab7db4544fc92ca0737241387790
BLAKE2b-256 2afce180f6f57a424676533adeb4b351853705f08271f61fa1a0f002155f1d92

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