commit 190785be1d6e4a512d895ceed29f9e0bfe73fba7 Author: emma peel emma.peel@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") }} +-->
tor-commits@lists.torproject.org