Skip to content

plug-ins: add and correct gettext macros in Python

Anders Jonsson requested to merge ajonsson/gimp:python-transl-macros into master

This takes care of the lowest-hanging fruit of translatability issues in #9794 (closed). The other (bigger) parts need more thought.

Added translation macros, and replaced two N_ with _ so the translations actually are shown.

Off_set was interesting since it has mnemonics even though it's an unselectable label. This looks like an error to me, so removed the mnemonics. Or does it have some function I haven't figured out?

Offset-not-translated

Merge request reports