Searched refs:translate_locale (Results 1 – 1 of 1) sorted by relevance
3136 const char *translate_locale = setlocale (LC_MESSAGES, NULL); in _g_dgettext_should_translate() local3138 const char *translate_locale = g_win32_getlocale (); in _g_dgettext_should_translate() local3156 0 != strncmp (translate_locale, "en_", 3) && in _g_dgettext_should_translate()3157 0 != strcmp (translate_locale, "C")) in _g_dgettext_should_translate()