Skip to content

Commit 2ee4efc

Browse files
committed
Replace "internationalize" with "localize" where appropriate
1 parent ddc41fd commit 2ee4efc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6878,7 +6878,7 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
68786878
<primary><envar>PGLOCALEDIR</envar></primary>
68796879
</indexterm>
68806880
<envar>PGLOCALEDIR</envar> sets the directory containing the
6881-
<literal>locale</> files for message internationalization.
6881+
<literal>locale</> files for message localization.
68826882
</para>
68836883
</listitem>
68846884
</itemizedlist>

src/interfaces/ecpg/ecpglib/misc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ ecpg_log(const char *format,...)
260260
if (!simple_debug)
261261
return;
262262

263-
/* internationalize the error message string */
263+
/* localize the error message string */
264264
intl_format = ecpg_gettext(format);
265265

266266
/*

src/interfaces/ecpg/preproc/ecpg.header

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ struct ECPGtype ecpg_query = {ECPGt_char_variable, NULL, NULL, NULL, {NULL}, 0};
6767
static void __attribute__((format(PG_PRINTF_ATTRIBUTE, 3, 0)))
6868
vmmerror(int error_code, enum errortype type, const char *error, va_list ap)
6969
{
70-
/* internationalize the error message string */
70+
/* localize the error message string */
7171
error = _(error);
7272

7373
fprintf(stderr, "%s:%d: ", input_filename, yylineno);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy