mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Make text-related nodes translation domain aware
- Makes `is_layout_rtl()` translation domain aware - Makes various text-drawing controls translation domain aware - Makes translation preview use the project's fallback locale when disabled
This commit is contained in:
parent
149a4b4ca1
commit
172c80df67
23 changed files with 132 additions and 101 deletions
|
|
@ -332,7 +332,7 @@ private:
|
|||
Array st_args;
|
||||
|
||||
void _clear();
|
||||
void _update_caches();
|
||||
void _update_caches(bool p_invalidate_all = false);
|
||||
|
||||
void _close_ime_window();
|
||||
void _update_ime_window_position();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue