tanzquotient / website

Website of Tanzquotient
https://tanzquotient.org
GNU General Public License v2.0
5 stars 5 forks source link

Use internationalisation everywhere #220

Closed dsparber closed 5 years ago

dsparber commented 5 years ago

For templates: if not already there, add at beginning of .html file: {% load i18n %} Replace literals (e.g. <p>Time </p>) with {% trans "literal" %} (e.g. <p>{% trans "Time" %}</p>)