b33d719186
Internationalization extension for SQLAlchemy models. Features: * Stores translations in separate tables. * Reflects translation table structures based on parent model table structure. * Supports forcing of given locale. * Good performance (uses proxy dicts and other advanced SQLAlchemy concepts for performance optimization).
7 lines
336 B
Text
7 lines
336 B
Text
Internationalization extension for SQLAlchemy models. Features:
|
|
|
|
* Stores translations in separate tables.
|
|
* Reflects translation table structures based on parent model table structure.
|
|
* Supports forcing of given locale.
|
|
* Good performance (uses proxy dicts and other advanced SQLAlchemy concepts for
|
|
performance optimization).
|