Karsten,

Karsten Hilbert wrote:
> On Mon, Oct 08, 2007 at 01:37:22PM +0200, Werner F. Bruhin wrote:
>
>   
>> I wonder if there is a standard in how to deal with i10n data in tables 
>> with SA, I have search google and the documentation but without any success.
>>
>> For example one has a table for countries were at least the name has to 
>> be translated from e.g. "Germany" to "Deutschland" etc., with a Default 
>> Language if an entry is not found for a particular translation.
>>
>> My shareware app is currently supporting this but the current 
>> implementation is single user (won't bore you with how I am doing it), 
>> what I would like a multi user solution for this.
>>     
>
> I have reimplemented gettext in SQL if that's of any help:
>
>       
> http://cvs.savannah.gnu.org/viewvc/gnumed/gnumed/server/sql/gmI18N.sql?root=gnumed&view=log
>       
> http://cvs.savannah.gnu.org/viewvc/gnumed/gnumed/server/sql/gmI18N-dynamic.sql?root=gnumed&view=log
>   
This looks very interesting.  With a bit of work I should be able to 
adapt this my Firebird SQL db.

It would be really nice if SA could support some of this, i.e. have 
something like an I18N column/data type which does at least the 
appropriate select for these columns.

Werner

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

Reply via email to