commit 019ec161b7ef84392d7625d6cd9a6ba5a1b3d057
Author: emma peel <emma.peel(a)riseup.net>
Date: Sun Oct 10 00:20:00 2021 +0200
add strings of menus on top and bottom for l10n
---
templates/home.html | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/templates/home.html b/templates/home.html
index 09449f0..06d0724 100644
--- a/templates/home.html
+++ b/templates/home.html
@@ -25,3 +25,13 @@
</div>
</section>
</div>
+<!--
+ This strings need to be localized, so they get translated on the menu
+ because there is no support for databags on the i18n plugin
+ {{ _("About") }}
+ {{ _("Documentation") }}
+ {{ _("Support") }}
+ {{ _("Jobs") }}
+ {{ _("Contact") }}
+ {{ _("Press") }}
+-->