Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blentranslation/BLT_lang.h
| Show First 20 Lines • Show All 56 Lines • ▼ Show 20 Lines | |||||
| */ | */ | ||||
| void BLT_lang_locale_explode( | void BLT_lang_locale_explode( | ||||
| const char *locale, char **language, char **country, char **variant, | const char *locale, char **language, char **country, char **variant, | ||||
| char **language_country, char **language_variant); | char **language_country, char **language_variant); | ||||
| /* Get EnumPropertyItem's for translations menu. */ | /* Get EnumPropertyItem's for translations menu. */ | ||||
| struct EnumPropertyItem *BLT_lang_RNA_enum_properties(void); | struct EnumPropertyItem *BLT_lang_RNA_enum_properties(void); | ||||
| /* Test if the translation context allows IM input - used to | |||||
| * avoid weird character drawing if IM inputs non-ascii chars. | |||||
| */ | |||||
| bool BLT_lang_is_im_supported(void); | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| }; | }; | ||||
| #endif | #endif | ||||
| #endif /* __BLT_LANG_H__ */ | #endif /* __BLT_LANG_H__ */ | ||||