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