View Single Post
Old 04-06-2025, 06:07 PM   #255
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,566
Karma: 79436716
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
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.
PeterT is offline   Reply With Quote