Обсуждение: pgsql: Fix typo in Japanese translation for psql "Use \d+ to list them."

Поиск
Список
Период
Сортировка

pgsql: Fix typo in Japanese translation for psql "Use \d+ to list them."

От
itagaki@postgresql.org (Takahiro Itagaki)
Дата:
Log Message:
-----------
Fix typo in Japanese translation for psql "Use \d+ to list them."

Modified Files:
--------------
    pgsql/src/bin/psql/po:
        ja.po (r1.4 -> r1.5)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/po/ja.po?r1=1.4&r2=1.5)

Re: pgsql: Fix typo in Japanese translation for psql "Use \d+ to list them."

От
Tom Lane
Дата:
itagaki@postgresql.org (Takahiro Itagaki) writes:
> Log Message:
> -----------
> Fix typo in Japanese translation for psql "Use \d+ to list them."

> Modified Files:
> --------------
>     pgsql/src/bin/psql/po:
>         ja.po (r1.4 -> r1.5)
>         (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/po/ja.po?r1=1.4&r2=1.5)

This commit was completely useless, as it will be overwritten the next
time the .po files are refreshed from the pgtranslation master files.
If you have a change to make, you need to submit it at
http://pgfoundry.org/projects/pgtranslation/

            regards, tom lane