python3-sqlalchemy-i18n

Internationalization extension for SQLAlchemy models
  https://github.com/kvesteri/sqlalchemy-i18n
  0
  no reviews



Extend SQLAlchemy models to include translations in different languages.

Each model can have an associated model that contains translatable fields.

Translatable attributes are available in the current locale via a hybrid property on the base model.