TrustedUser
2,147
edits
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")); | ||
</ | </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. |