On Tue, 2011-06-07 at 19:30 +0200, Jasmin Dizdarevic wrote: > In the search result list I've to build a node path. the problem is, > that node paths are language dependent. > how can i manually translate "Server > Groups/Servers/local.db/Databases/..." to > "Servergruppen/Server/local.db/Datenbanken" (german) in an elegant > way? >
Only parent nodes are to be translated. Meaning "Group Servers", "Databases", "Tables", ... ie, all the plural forms. And apart from concatening the strings, I don't see any way to do this. -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
