Another transation fix - Mailing list pgsql-patches

From Bruce Momjian
Subject Another transation fix
Date
Msg-id 200407312003.i6VK3kj15988@candle.pha.pa.us
Whole thread Raw
Responses Re: Another transation fix  (Joe Conway <mail@joeconway.com>)
List pgsql-patches
Here is another try at fixing the translation message.  Instead of
removing the backslashes in the message, I escaped them.  Per discussion
with Joe Conway.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
Index: zh_TW.po
===================================================================
RCS file: /cvsroot/pgsql-server/src/bin/initdb/po/zh_TW.po,v
retrieving revision 1.1
retrieving revision 1.3
diff -c -c -r1.1 -r1.3
*** zh_TW.po    30 Jul 2004 05:28:36 -0000    1.1
--- zh_TW.po    31 Jul 2004 20:00:26 -0000    1.3
***************
*** 197,203 ****
  
  #: initdb.c:1864
  msgid "ok\n"
! msgstr "���\\n"
  
  #: initdb.c:1894
  #, c-format
--- 197,203 ----
  
  #: initdb.c:1864
  msgid "ok\n"
! msgstr "���\\\n"
  
  #: initdb.c:1894
  #, c-format
***************
*** 257,263 ****
  
  #: initdb.c:1973
  msgid "  --no-locale               equivalent to --locale=C\n"
! msgstr "  --no-locale               �\���P --locale=C\n"
  
  #: initdb.c:1974
  msgid "  -U, --username=NAME       database superuser name\n"
--- 257,263 ----
  
  #: initdb.c:1973
  msgid "  --no-locale               equivalent to --locale=C\n"
! msgstr "  --no-locale               �\\���P --locale=C\n"
  
  #: initdb.c:1974
  msgid "  -U, --username=NAME       database superuser name\n"
***************
*** 468,474 ****
  "\n"
  msgstr ""
  "\n"
! "���榨�\�A�{�b�A�i�H�ΤU�C�R�O�Ұʸ��Ʈw���A��:\n"
  "\n"
  "    %s%s%s/postmaster -D %s%s%s\n"
  "��\n"
--- 468,474 ----
  "\n"
  msgstr ""
  "\n"
! "���榨�\\�A�{�b�A�i�H�ΤU�C�R�O�Ұʸ��Ʈw���A��:\n"
  "\n"
  "    %s%s%s/postmaster -D %s%s%s\n"
  "��\n"

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: win32 timezone map
Next
From: Joe Conway
Date:
Subject: Re: Another transation fix