Skip to content
Snippets Groups Projects
Commit d7df4042 authored by Bastien Montagne's avatar Bastien Montagne
Browse files

UI translation from inside Blender UI: second part.

This is the py addon to use for embeded Blender ui translation. It can edit various UI elements' messages and tips, save the changes to the relevant po, "compile" a new mo placed into user's datafiles dir, and erase that same files (to get back "official" translations).

Notes:
* Still work in progress. Most likely some remaning bugs (even though it works quite well for me)...
* All UI elements in Blender aren't translatable this way (e.g. panel labels just don't react to right mouse clicks currently...)
* RTL languages won't work as well as others, still have to implement some kind of revert-RTL process...
* Having a nicer way than editing user_settings.py in modules/bl_i18n_utils to set up needed parameters is mandatory! Will try to use some kind of user preferences in user's config dir.

And a whole doc to write! :/
parent 019fcd6a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment