Use the translation API to lookup the pre-formatted string.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
I do not understand that patch... First of all, explicit call to iface_ should not be needed here, those overriding text parameters of UI layout functions are automatically extracted. And you do can find this string in all the POs (and the blender.pot) files in i18n repo already...
So if it is not currently translated in the UI, the issue lies somewhere else.
Comment Actions
The issue is that it's a formatted string, so "Load 2.93 Settings" is the value that is passed in and attempted to be translated.
