Fix i18n
This commit is contained in:
parent
a220597b4b
commit
88f6c3061c
1 changed files with 2 additions and 2 deletions
|
@ -112,9 +112,9 @@ int main(int argc,char *argv[])
|
||||||
int remove=0;
|
int remove=0;
|
||||||
int index;
|
int index;
|
||||||
|
|
||||||
#ifdef CONFIG_I18N
|
#ifdef I18N
|
||||||
setlocale(LC_ALL, "");
|
setlocale(LC_ALL, "");
|
||||||
bindtextdomain("comedilib", "/home/ds/cvs/comedilib/doc");
|
bindtextdomain("comedilib", "/usr/share/locale");
|
||||||
textdomain("comedilib");
|
textdomain("comedilib");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue