| From: | "pgAdmin Trac" <trac(at)code(dot)pgadmin(dot)org> |
|---|---|
| To: | |
| Cc: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | [pgAdmin III] #4: i18n enhancements |
| Date: | 2009-05-04 19:47:43 |
| Message-ID: | 045.bf45133cb35d5217ddfc6722e9875673@code.pgadmin.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
#4: i18n enhancements
---------------------+------------------------------------------------------
Reporter: gleu | Owner: dpage
Type: feature | Status: new
Priority: minor | Milestone: 1.12
Component: pgadmin | Version: trunk
Keywords: | Platform:
---------------------+------------------------------------------------------
From Heikki:
There's still a lot of troublesome constructs like “Cannot drop system
%s”, where %s is replaced with “View”, “Sequence” etc. That doesn't work
for many languages, including Finnish, where the following word needs to
be inflected differently depending on the context.
and:
For messages like ”%d seconds”, ”%d rows”, the plural forms of the
formatting functions/macros should be used, see
http://www.gnu.org/software/gettext/manual/gettext.html#Plural-forms.
Google suggests that wxWidgets has a wxPLURAL macro for plural forms, that
works like the _() macro that's used for normal strings.
--
Ticket URL: <http://code.pgadmin.org/trac/ticket/4>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III
| From | Date | Subject | |
|---|---|---|---|
| Next Message | pgAdmin Trac | 2009-05-04 19:47:56 | Re: [pgAdmin III] #4: i18n enhancements |
| Previous Message | pgAdmin Trac | 2009-05-04 19:45:29 | Re: [pgAdmin III] #3: Grouping servers |