We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca13432 commit d54a45aCopy full SHA for d54a45a
src/basic/locale-util.c
@@ -281,11 +281,6 @@ int locale_is_installed(const char *name) {
281
return true;
282
}
283
284
-void init_gettext(void) {
285
- setlocale(LC_ALL, "");
286
- textdomain(GETTEXT_PACKAGE);
287
-}
288
-
289
bool is_locale_utf8(void) {
290
static int cached_answer = -1;
291
const char *set;
src/basic/locale-util.h
@@ -35,7 +35,6 @@ int locale_is_installed(const char *name);
35
36
#define _(String) dgettext(GETTEXT_PACKAGE, String)
37
#define N_(String) String
38
-void init_gettext(void);
39
40
bool is_locale_utf8(void);
41
0 commit comments