commit 6c84f8df17e61d283f6957e1ff3eb3d21e31783c
parent 87db7efecb4cc396cc55e9c4946f62568b8866d1
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Sun, 12 Apr 2026 20:14:30 +0200
remove gettext dependency on hints for C
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu-taler-error-codes/c.template b/gnu-taler-error-codes/c.template
@@ -2,6 +2,6 @@
{
/* {{Value}} */
.ec = TALER_EC_{{Name}},
- .hint = gettext_noop ("{{Description}}"),
+ .hint = "{{Description}}",
.http_code = MHD_HTTP_{{HttpStatus_Identifier}}
},