Franco Fichtner

Results 1154 comments of 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...

with a bit of plugin glue we could.. I can take care of that when @mimugmail moves forward with this

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?

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...