Translation plugin for Django Hypergen
Project description
Hypergen Translation Plugin
Translation plugin for Django Hypergen. Processes the AST of Hypergen template python files and inserts them into the database for translation.
Provides the TranslationPlugin that makes Hypergen liveviews and actions translatable based on the current django translation language.
Usage
Installation:
pip install hypergen-translation-plugin
Change settings.py:
# Add to installed apps: INSTALLED_APPS = [ ... 'hypergen_translation' ] # Select which importable modules to look for translatable strings in. HYPERGEN_TRANSLATION_MODULES = ["hypergen_first_app.views"] # The base dir of the git/whatever project. HYPERGEN_TRANSLATION_PROJECT_DIR = BASE_DIR.parent # Optionally display link directly to file and linenumber for each translation occurence. HYPERGEN_TRANSLATION_GITHUB = "https://github.com/runekaagaard/hypergen-translation-plugin" # Optionally link to another branch than main.´ on github. HYPERGEN_TRANSLATION_BRANCH = "dev"
Collection collections and store it in the database:
python manage.py hypergen_translation_collect
Then edit in the admin.
Add plugin to liveviews and actions:
from hypergen_translation.plugins import TranslationPlugin @liveview(..., user_plugins=[TranslationPlugin()]) def my_view(request): p("translate this!")
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
Built Distribution
File details
Details for the file hypergen-translation-plugin-0.1.3.tar.gz
.
File metadata
- Download URL: hypergen-translation-plugin-0.1.3.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/42.0 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.1.0 tqdm/4.66.1 importlib-metadata/7.0.0 keyring/24.3.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b740ea57ff8b4e17eeef1531d45521ddc5d8d5d1dcfe6935aaf74b6cadb19435 |
|
MD5 | f10801da6687563b945c32f5bfb43096 |
|
BLAKE2b-256 | af1c987cfdfe4812c3ef62ddb6a696125a2682ba09fc133078cb807edf9cc98c |
File details
Details for the file hypergen_translation_plugin-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: hypergen_translation_plugin-0.1.3-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/42.0 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.1.0 tqdm/4.66.1 importlib-metadata/7.0.0 keyring/24.3.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64f5504c7c6dcb0a8e6f73ea16f74585fa775dc981ad34a595aabd2fcf141d1f |
|
MD5 | 3620be759507fd7c5703d2a6aec3934d |
|
BLAKE2b-256 | b124adaddc6f0bb3a8e60482242f446441a01c59069fe06395da625557060bdb |