Re: [sqlalchemy] internationalization of content

2010-09-14 Thread Chris Withers

On 13/09/2010 22:37, NiL wrote:

Has anyone tried ti implement this ? a working solution ? willing to
participate in a effort to provide a solution ?


Isn't this something better suited to the application framework rather 
than the database framework (ie: not SQLAlchemy)?


cheers,

Chris

--
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.



Re: [sqlalchemy] internationalization of content

2010-09-14 Thread werner

 Hi Nil,

On 13/09/2010 23:37, NiL wrote:

Hi all,

I'm lookin for a good solution to internationalize the content of my
application. that is provide many translations for the database
content (as opposed to the translation of the application itself with
babel/gettext for template and code messages).

Has anyone tried ti implement this ? a working solution ? willing to
participate in a effort to provide a solution ?

Very interested in this too.

Some time ago I looked into this too.

At the time I came across the following:

- a gettext type solution implemented in SQL stored procedures - done by 
Karsten Hilbert for gnumed
   - 
http://cvs.savannah.gnu.org/viewvc/gnumed/gnumed/server/sql/gmI18N.sql?root=gnumedview=log


I also had a go at it using SA's dynamic_loader and/or query enabled 
properties.  see the thread in January 2010 on this list with a subject 
of dynamic_loader


Got some test code on this using Firebird SQL, but never really 
finalized anything as I got a bit side tracked, and the code is probably 
pretty ugly as I am not that good a programmer.


Just lately I also saw the following, which sounded interesting but it 
uses PostgreSQL - which is not an option for me at the moment.

- http://rwec.co.uk/blog/2009/11/atomic-translations-part-1/
- http://rwec.co.uk/blog/2009/12/atomic-translations-part-2/


Hope some of this is useful to you
Werner

--
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.



[sqlalchemy] internationalization of content

2010-09-13 Thread NiL
Hi all,

I'm lookin for a good solution to internationalize the content of my
application. that is provide many translations for the database
content (as opposed to the translation of the application itself with
babel/gettext for template and code messages).

Has anyone tried ti implement this ? a working solution ? willing to
participate in a effort to provide a solution ?

regards

NiL

-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.