Bloke / smd_thumbnail

Multiple image thumbnails of arbitrary dimensions
GNU General Public License v2.0
8 stars 4 forks source link

Re-assign Textpack group #27

Closed jools-r closed 3 years ago

jools-r commented 3 years ago

Minor tweak: For the textpack strings to show properly on Textpattern v4.8.5 (perhaps earlier too) it looks like you now need:

#@owner smd_thumb
#@admin-side
#@language en
…
#@language fr
…
#@language de
…

at the start of the Textpack.

Bloke commented 3 years ago

Hmmm, where do you see untranslated strings? In theory, when we tighten the plugin language loading system in future (currently all plugin strings are loaded all the time) then the pack will need to be:

#@owner smd_thumb
#@image
#@language en
...

I've done that in b98fda45. Hope that fixes whatever issue you had.