X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fgettext.h;h=54470cb0d863fc03ea25f04e2c5e9ca3bfd82649;hb=04172e3dd0bf1b2645c4bbc0c819e4e3a5ab87e3;hp=ff3a0f8cb7a5c52e8a7fe3565f5a0f6d6bd10059;hpb=831003156c77c811e7f1fcb65811d1d099587442;p=dragonfireclient.git diff --git a/src/gettext.h b/src/gettext.h index ff3a0f8cb..54470cb0d 100644 --- a/src/gettext.h +++ b/src/gettext.h @@ -1,5 +1,6 @@ #ifndef GETTEXT_HEADER #include "config.h" // for USE_GETTEXT +#include "log.h" #if USE_GETTEXT #include @@ -30,14 +31,19 @@ inline wchar_t* chartowchar_t(const char *str) return nstr; } +inline wchar_t* wgettext(const char *str) +{ + return chartowchar_t(gettext(str)); +} + inline void changeCtype(const char *l) { char *ret = NULL; ret = setlocale(LC_CTYPE, l); if(ret == NULL) - std::cout<<"locale could not be set"<