openfun / joanie

👛 A headless ERP for education to manage course enrollment/subscription, payment and certificates delivery.
MIT License
22 stars 2 forks source link

🌐(backend) add missing translation in contract template #727

Closed jbpenrath closed 5 months ago

jbpenrath commented 5 months ago

Purpose

We forgot to wrap some strings into a trans tag

Proposal

jbpenrath commented 5 months ago

Should we use translation everywhere ?

Do you mean should we use translate over trans everywhere ? Otherwise I do not understand what you mean.

kernicPanel commented 5 months ago

Should we use translation everywhere ?

Do you mean should we use translate over trans everywhere ? Otherwise I do not understand what you mean.

Oh, yes, sorry. According to django docs trans has been replaced with translate since version 3.1

jbpenrath commented 5 months ago

Should we use translation everywhere ?

Do you mean should we use translate over trans everywhere ? Otherwise I do not understand what you mean.

Oh, yes, sorry. According to django docs trans has been replaced with translate since version 3.1

Oh ok. So Let's use translate