public inbox for [email protected]
help / color / mirror / Atom feedProblem in Italian error translation.
2+ messages / 2 participants
[nested] [flat]
* Problem in Italian error translation.
@ 2023-09-29 10:12 Kirill Reshke <[email protected]>
2023-10-04 05:39 ` Re: Problem in Italian error translation. Peter Eisentraut <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Kirill Reshke @ 2023-09-29 10:12 UTC (permalink / raw)
To: [email protected]
Recently I noticed an error in the Italian translation[1].
It says `controlla quale input è scritto su stardard output\n"` while the
correct version would be
`controlla quale input è scritto su standard output\n"`. Seems like someone
just mistyped this msg.
I'm not native Italian speaker, but in this case it is quite obvious.
Please correct me if i'm wrong.
Patch with fix attached.
Best regards.
[1]
https://github.com/postgres/postgres/blob/master/src/bin/psql/po/it.po#L3323
Attachments:
[application/octet-stream] v1-0001-Correct-Italian-error-transation.patch (722B, 3-v1-0001-Correct-Italian-error-transation.patch)
download | inline diff:
From 0e51c3deaf6456db152540ca2962775cab708ff9 Mon Sep 17 00:00:00 2001
From: reshke kirill <[email protected]>
Date: Fri, 29 Sep 2023 10:10:31 +0000
Subject: [PATCH v1] Correct Italian error transation.
---
src/bin/psql/po/it.po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/psql/po/it.po b/src/bin/psql/po/it.po
index e5cd7efead3..f458cc879ea 100644
--- a/src/bin/psql/po/it.po
+++ b/src/bin/psql/po/it.po
@@ -3320,7 +3320,7 @@ msgid ""
" [all, errors, none, queries]\n"
msgstr ""
" ECHO\n"
-" controlla quale input è scritto su stardard output\n"
+" controlla quale input è scritto su standard output\n"
" [all, errors, none, queries]\n"
#: help.c:406
--
2.25.1
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: Problem in Italian error translation.
2023-09-29 10:12 Problem in Italian error translation. Kirill Reshke <[email protected]>
@ 2023-10-04 05:39 ` Peter Eisentraut <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Peter Eisentraut @ 2023-10-04 05:39 UTC (permalink / raw)
To: Kirill Reshke <[email protected]>; [email protected]
Fixed, thanks.
On 29.09.23 12:12, Kirill Reshke wrote:
> Recently I noticed an error in the Italian translation[1].
> It says `controlla quale input è scritto su stardard output\n"` while
> the correct version would be
> `controlla quale input è scritto su standard output\n"`. Seems like
> someone just mistyped this msg.
>
> I'm not native Italian speaker, but in this case it is quite obvious.
> Please correct me if i'm wrong.
>
> Patch with fix attached.
>
> Best regards.
>
> [1]
> https://github.com/postgres/postgres/blob/master/src/bin/psql/po/it.po#L3323 <https://github.com/postgres/postgres/blob/master/src/bin/psql/po/it.po#L3323;
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2023-10-04 05:39 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2023-09-29 10:12 Problem in Italian error translation. Kirill Reshke <[email protected]>
2023-10-04 05:39 ` Peter Eisentraut <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox