projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
376f105
)
Stop binding textdomain for -properties
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 18 Mar 2023 03:35:45 +0000
(23:35 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 18 Mar 2023 03:35:45 +0000
(23:35 -0400)
We don't have these translations anymore.
gtk/gtkmain.c
patch
|
blob
|
history
diff --git
a/gtk/gtkmain.c
b/gtk/gtkmain.c
index 70a1a1084eb455556be562477e39e37238b1c09a..3a688958ce7d015be8be351753134830d4207492 100644
(file)
--- a/
gtk/gtkmain.c
+++ b/
gtk/gtkmain.c
@@
-510,10
+510,8
@@
gettext_initialization (void)
setlocale_initialization ();
bindtextdomain (GETTEXT_PACKAGE, _gtk_get_localedir ());
- bindtextdomain (GETTEXT_PACKAGE "-properties", _gtk_get_localedir ());
#ifdef HAVE_BIND_TEXTDOMAIN_CODESET
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
- bind_textdomain_codeset (GETTEXT_PACKAGE "-properties", "UTF-8");
#endif
}