Re: A bug of psql/ja.po

From: Sawada Masahiko <sawada(dot)mshk(at)gmail(dot)com>
To: pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: A bug of psql/ja.po
Date: 2014-05-21 17:24:11
Message-ID: CAD21AoBTUOPmuBD065F3B=hJJ26DSgZEwSm4Rs4AY8kYdBvE1Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,
The detail of this bug is following.

if LANG value is set C then psql shows,
postgres=# ¥d hoge
Table "public.hoge"
Column | Type | Modifiers
--------+------+-----------
col | text |
Number of child tables: 1 (Use \d+ to list them.)

but if LANG is set ja_JP-UTF-8 then psql shows,
postgres=# ¥d hoge
テーブル "public.hoge"
Column | Type | Modifiers
--------+------+-----------
col | text |
テーブルの数:%d(\d で一覧表示)

I think "+" character is not enough if LANG is set ja_JP-UEF-8.

Regards,

On Wed, May 21, 2014 at 2:56 AM, Sawada Masahiko <sawada(dot)mshk(at)gmail(dot)com> wrote:
> Hi,
>
> I found a little bug that is in ja.po.
> Attached file is fixed file.
>
> I also reported this issue at redmine of postgresql translation project.
> <https://redmine.postgresql.org/issues/778>
>
>
> Regards,
>
> -------
> Sawada Masahiko

--
Regards,

-------
Sawada Masahiko

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Burgess, Freddie 2014-05-21 19:23:02 Problems with pgpool 3.3.3.1 and streaming replication in PostgreSQL 9.3.4
Previous Message Tomonari Katsumata 2014-05-21 02:55:35 Re: BUG #10404: auto_explain for EXPLAIN ANLYZE.