This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch dev/dimmus/test
in repository efl.
View the commit online.
commit 73fb9a4e3e893b7e45bdc84f3d5529b631883a6b
Author: dimmus <dmitri.chudi...@gmail.com>
AuthorDate: Tue Oct 8 16:04:28 2024 +0500
lib: elm - remove gettext
gettext("") is reserved by GNU gettext
---
src/lib/elementary/elm_config.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/elementary/elm_config.c b/src/lib/elementary/elm_config.c
index cb9cd3ffd4..51e822dcba 100644
--- a/src/lib/elementary/elm_config.c
+++ b/src/lib/elementary/elm_config.c
@@ -4651,7 +4651,7 @@ _translation_init(void)
{
#ifdef ENABLE_NLS
const char *cur_dom = textdomain(NULL);
- const char *trans_comment = gettext("");
+ const char *trans_comment = "";
const char *msg_locale = setlocale(LC_MESSAGES, NULL);
/* Same concept as what glib does:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.