Support localization with different word order #2610
Labels
priority-4
This is less noticable. If we run out of other things to do, it's something to consider.
technical debt
Something which works fine now, but will create more work in the future
Currently we support English and Spanish which are both generally Subject-Verb-Object, and our sentences are simple enough that this always works:
Wow, you made %s cakes? Maybe you should be training me!
However for more complex cases and different languages which use Subject-Object-Verb, this ordering might vary from language. Instead of
%s
Godot also supports key/value pairs:Wow you made {cake_count} cakes? Maybe you should be training me!
This is more flexible and lets localization teams vary the word order.
The text was updated successfully, but these errors were encountered: