diff options
Diffstat (limited to 'theme')
-rw-r--r-- | theme/i18n/fr.json | 3 | ||||
-rw-r--r-- | theme/templates/website/glossary.html | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/theme/i18n/fr.json b/theme/i18n/fr.json new file mode 100644 index 0000000..924f6b6 --- /dev/null +++ b/theme/i18n/fr.json @@ -0,0 +1,3 @@ +{ + "GLOSSARY": "Glossaire" +}
\ No newline at end of file diff --git a/theme/templates/website/glossary.html b/theme/templates/website/glossary.html index e19d1b9..bb633e9 100644 --- a/theme/templates/website/glossary.html +++ b/theme/templates/website/glossary.html @@ -1,6 +1,6 @@ {% extends "page.html" %} -{% block title %}Glossary | {{ title }}{% endblock %} +{% block title %}{% i18n "GLOSSARY" %}Glossary{% endi18n %} | {{ title }}{% endblock %} {% block page_inner %} {% for item in glossary %} |