@b4n commented on this pull request.
> -#ifdef GETTEXT_PACKAGE
- return g_dgettext(GETTEXT_PACKAGE, name);
-#else
+
return name;
-#endif
The `if (group == 0)` case didn't change because now `_()` means `gettext()`,
so it does the translation directly -- hence why not doing it here anymore.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3408#pullrequestreview-1304664497
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3408/review/[email protected]>