We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are currently 3 python scripts for translation handling in this repository:
language_clean_patch.py
language_dump.py
language_load.py
All of them relate to dumping or loading translations from and to objects, and thus have some common code, such as the supported languages.
Ideally they should be packaged together, so we can extract bits of code to reuse in all of them and also so that their coupling can be evident
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are currently 3 python scripts for translation handling in this repository:
language_clean_patch.py
language_dump.py
language_load.py
All of them relate to dumping or loading translations from and to objects, and thus have some common code, such as the supported languages.
Ideally they should be packaged together, so we can extract bits of code to reuse in all of them and also so that their coupling can be evident
The text was updated successfully, but these errors were encountered: