Yep... the comment block just before a gettext call will be interpreted by xgettext as a „translation” comment...
It is a nice feature if you want to help translators... but sometimes it can be a real pain :)
You should try to move the comment one line above .. as xgettext will concatenate all previous comments blocks
Yep... the comment block just before a gettext call will be interpreted by xgettext as a „translation” comment...
It is a nice feature if you want to help translators... but sometimes it can be a real pain :)
You should try to move the comment one line above .. as xgettext will concatenate all previous comments blocks