Made ecpglib use translated messages.
Bug reported and fixed by Chen Huajun <chenhj@cn.fujitsu.com>.
This commit is contained in:
parent
b499cf8e83
commit
060e2435f2
@ -480,7 +480,7 @@ ecpg_gettext(const char *msgid)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
return dgettext(PG_TEXTDOMAIN("ecpg"), msgid);
|
return dgettext(PG_TEXTDOMAIN("ecpglib"), msgid);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* ENABLE_NLS */
|
#endif /* ENABLE_NLS */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user