[pgAdmin III] #4: i18n enhancements - Mailing list pgadmin-hackers

From pgAdmin Trac
Subject [pgAdmin III] #4: i18n enhancements
Date
Msg-id 045.bf45133cb35d5217ddfc6722e9875673@code.pgadmin.org
Whole thread Raw
Responses Re: [pgAdmin III] #4: i18n enhancements  ("pgAdmin Trac" <trac@code.pgadmin.org>)
Re: [pgAdmin III] #4: i18n enhancements  ("pgAdmin Trac" <trac@code.pgadmin.org>)
Re: [pgAdmin III] #4: i18n enhancements  ("pgAdmin Trac" <trac@code.pgadmin.org>)
Re: [pgAdmin III] #4: i18n enhancements  ("pgAdmin Trac" <trac@code.pgadmin.org>)
Re: [pgAdmin III] #4: i18n enhancements  ("pgAdmin Trac" <trac@code.pgadmin.org>)
List 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

pgadmin-hackers by date:

Previous
From: "pgAdmin Trac"
Date:
Subject: [pgAdmin III] #5: Modifying an object's schema via the UI
Next
From: "pgAdmin Trac"
Date:
Subject: [pgAdmin III] #3: Grouping servers