mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Replace "internationalize" with "localize" where appropriate
This commit is contained in:
@ -260,7 +260,7 @@ ecpg_log(const char *format,...)
|
||||
if (!simple_debug)
|
||||
return;
|
||||
|
||||
/* internationalize the error message string */
|
||||
/* localize the error message string */
|
||||
intl_format = ecpg_gettext(format);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user