Blender
V3.3
|
Go to the source code of this file.
Functions | |
void | bl_locale_init (const char *messages_path, const char *default_domain) |
void | bl_locale_set (const char *locale) |
const char * | bl_locale_get (void) |
const char * | bl_locale_pgettext (const char *msgctxt, const char *msgid) |
A thin C wrapper around boost::locale
.
Definition in file boost_locale_wrapper.h.
const char* bl_locale_get | ( | void | ) |
Definition at line 120 of file boost_locale_wrapper.cpp.
References locale_str.
Referenced by BLT_lang_get().
void bl_locale_init | ( | const char * | messages_path, |
const char * | default_domain | ||
) |
Definition at line 53 of file boost_locale_wrapper.cpp.
References default_domain, and messages_path.
Referenced by BLT_lang_init().
const char* bl_locale_pgettext | ( | const char * | msgctxt, |
const char * | msgid | ||
) |
Definition at line 125 of file boost_locale_wrapper.cpp.
References facet_global, and r.
Referenced by BLT_pgettext().
void bl_locale_set | ( | const char * | locale | ) |
Definition at line 69 of file boost_locale_wrapper.cpp.
References bl_locale_global_cache(), default_domain, e, LOCALE_INFO, locale_str, messages_path, and osx_user_locale().
Referenced by BLT_lang_set().