From 2bd7211d32d375e91e00b787431d654ca68efc9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B8bra?= Date: Wed, 14 Oct 2015 17:03:43 +0100 Subject: [PATCH] Re-introduce Translation Syntax Brings back the translation syntax to allow the content to eventually be translated. --- _includes/layout/base/footer-menu.html | 5 +++++ _translations/en.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_includes/layout/base/footer-menu.html b/_includes/layout/base/footer-menu.html index 09a6fe15..0e77d09f 100644 --- a/_includes/layout/base/footer-menu.html +++ b/_includes/layout/base/footer-menu.html @@ -6,7 +6,12 @@ http://opensource.org/licenses/MIT.
Network Status {% translate menu-legal layout %} + {% case page.lang %} + {% when 'id' or 'da' or 'de' or 'es' or 'fr' or 'it' or 'hu' or 'nl' or 'pl' or 'pt_BR' or 'ro' or 'sl' or 'sv' or 'tr' or 'el' or 'bg' or 'ru' or 'uk' or 'ar' or 'fa' or 'hi' or 'ko' or 'ja' or 'zh_CN' or 'zh_TW' %} Privacy Policy + {% else %} + {% translate menu-privacy layout %} + {% endcase %} {% translate menu-press layout %} {% translate menu-about-us layout %} Blog diff --git a/_translations/en.yml b/_translations/en.yml index 267aaa7b..1f7aecef 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -841,7 +841,7 @@ en: menu-legal: "Legal" menu-participate: Participate menu-press: "Press" - menu-privacy: "Privacy" + menu-privacy: "Privacy Policy" menu-resources: Resources menu-support-bitcoin: "Support Bitcoin" menu-vocabulary: Vocabulary