You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +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:
@@ -793,6 +793,9 @@ protected:
|
||||
|
||||
virtual bool _uses_signal_mutex() const;
|
||||
|
||||
// Internal helper to get the current locale, taking into account the translation domain.
|
||||
String _get_locale() const;
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
struct VirtualMethodTracker {
|
||||
void **method;
|
||||
|
||||
Reference in New Issue
Block a user