Jon; the strings used in thr plugin are actually index's into the translation system. The strings in the plugin to be translated are written as _("string string string"). The exact same strings are then listed in the default translation template which is then used to create the actual translation. The translations are loaded from compiled version of the templates.
If the intent is NOT to worry about translation then then why even keep the translation stubs in the plugin (i.e. change the _('string string ') etc to 'sttring string.
Ignoring this is just another sign of sloppiness.
Last edited by PeterT; 04-06-2025 at 06:43 PM.
|