openfoodfacts / search-a-licious

🍊🔎 A pluggable search service for large collections of objects (like Open Food Facts)
https://search.openfoodfacts.org
GNU Affero General Public License v3.0
6 stars 4 forks source link

i18n support in Python / Backend code #160

Open alexgarel opened 2 weeks ago

alexgarel commented 2 weeks ago

We must support translations in Python code.

Integrate an existing library.

Ideally let the user specify it's own translations folders (with po inside) in the configuration files (which should be an overlay of defaults translations if it's easy enough to do).

alexgarel commented 1 week ago

We think we don't need this ATM, translations happens only on frontend side.