mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
Made ecpglib use translated messages.
Bug reported and fixed by Chen Huajun <chenhj@cn.fujitsu.com>.
This commit is contained in:
parent
2378d79ab2
commit
96bb29dc44
@ -497,7 +497,7 @@ ecpg_gettext(const char *msgid)
|
||||
#endif
|
||||
}
|
||||
|
||||
return dgettext(PG_TEXTDOMAIN("ecpg"), msgid);
|
||||
return dgettext(PG_TEXTDOMAIN("ecpglib"), msgid);
|
||||
}
|
||||
#endif /* ENABLE_NLS */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user