Re: Updated Japanese translation for v3

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Identifier Anonymous <emuser20140816(at)gmail(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Updated Japanese translation for v3
Date: 2018-04-16 08:49:18
Message-ID: CA+OCxozs6QVV0a60ueBDVuX3iSOZsy1v6UCXOWQwG0cMs56J+g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

On Sat, Apr 14, 2018 at 12:13 PM, Identifier Anonymous <
emuser20140816(at)gmail(dot)com> wrote:

> Updated and Fixed japanese translation in attachment.
>

Thanks. Unfortunately I'm seeing the following error during compilation:

1969 of 1969 messages (100%) translated in
'pgadmin/translations/ja/LC_MESSAGES/messages.po'
error: pgadmin/translations/ja/LC_MESSAGES/messages.po:485: positional
format placeholders are unbalanced

It looks like the problem is here:

#: pgadmin/browser/server_groups/servers/__init__.py:780
#, python-format
msgid ""
"Unable to connect to server:\n"
"\n"
"%s"
msgstr ""
"サーバ「%s」に接続できません:\n"
"\n"
"%s"

Note that there are 2 %s markers in the translated string. Can you correct
that please?

Thanks!

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2018-04-16 10:43:52 Re: [pgAdmin4][Patch][Feature #1998] Appends .sql if extension not given when using 'save' or 'save as' feature
Previous Message Rahul Soshte 2018-04-14 17:45:54 Re: Google Summer of Code-----What I have been doing lately.