From cb6307162b4c12743cee0db6b05f6b3a68f5258e Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 3 May 2016 12:38:21 +0200 Subject: Cache whether current translation language supports IME or not Solves the weak point mentionedi n previous commit. --- source/blender/blentranslation/BLT_translation.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blentranslation/BLT_translation.h') diff --git a/source/blender/blentranslation/BLT_translation.h b/source/blender/blentranslation/BLT_translation.h index efd59c3fa94..3838e8c827c 100644 --- a/source/blender/blentranslation/BLT_translation.h +++ b/source/blender/blentranslation/BLT_translation.h @@ -54,6 +54,7 @@ const char *BLT_translate_do_iface(const char *msgctxt, const char *msgid); const char *BLT_translate_do_tooltip(const char *msgctxt, const char *msgid); const char *BLT_translate_do_new_dataname(const char *msgctxt, const char *msgid); +bool BLT_lang_is_ime_supported(void); /* The "translation-marker" macro. */ #define N_(msgid) msgid -- cgit v1.2.3