diff --git a/core/Translator.h b/core/Translator.h index 63498f62..9f3d2625 100644 --- a/core/Translator.h +++ b/core/Translator.h @@ -23,6 +23,7 @@ #include "ITextParsers.h" #define MAX_TRANSLATE_PARAMS 32 +#define LANG_ENGLISH 0 /* :TODO: write a templatized version of tries? */