Franco Fichtner
Franco Fichtner
@eguun I think @mimugmail can pick this up when 25.1.7 hits which offers the new package. Just needs a test that plugin is still working the same, or may need...
@maurice-w want to do a PR or should I add the exception?
with a bit of plugin glue we could.. I can take care of that when @mimugmail moves forward with this
It’s a slow moving target but it’s moving. 😉
if @mimugmail agrees I can make the switch in the package: either only devel or for 25.7. As far as I understand this is a drop-in replacement?
@eguun no problem. are you going to be using it on amd64 or aarch64?
If we agree pluginctl doesn’t care about user language we can actually say this is the correct fix, although in that case we should try to wrap all the variables...
I double checked and the description is the only thing that is translated for services. Since all files already wrap their description in gettext() I believe this change is correct...
Discussed options a bit today: https://www.gnu.org/software/gettext/manual/html_node/xgettext-Invocation.html C and Perl support `gettext_noop()` and we can leverage this in our code to avoid backend side translations while still getting strings extracted. It...
I did a short partial test with 039382f3c98 but it looks like work that's better not spent since it requires more targeted changes, ideally an upstream PHP and gettext support...