Open main menu

Difference between revisions of "Supporting GUI Translation"

m
Text replacement - "</source>" to "</syntaxhighlight>"
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=")
m (Text replacement - "</source>" to "</syntaxhighlight>")
Tags: Mobile edit Mobile web edit
Line 22: Line 22:
// I18N: Some more explanations for the translators
// I18N: Some more explanations for the translators
StaticTextWidget *soundfont = new StaticTextWidget(this, "name", _("None", "soundfont"));
StaticTextWidget *soundfont = new StaticTextWidget(this, "name", _("None", "soundfont"));
</source>
</syntaxhighlight>


In the above example foo can be translated differently depending if it is attached to the context "lowres" or not.
In the above example foo can be translated differently depending if it is attached to the context "lowres" or not.
TrustedUser
2,147

edits