@b4n commented on this pull request.


In src/tagmanager/tm_parser.c:

> -#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, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3408/review/1304664497@github.com>