From b8b78adc54c630f20e4e3d6d3048f20883d2293f Mon Sep 17 00:00:00 2001 From: Olivier Lacan Date: Sun, 19 Mar 2017 07:31:41 +0100 Subject: [PATCH] Invite people to help translate latest version Hopefully we can find a way to translate this notice into every current language via: https://github.com/olivierlacan/keep-a-changelog/issues/151 --- source/layouts/layout.html.haml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source/layouts/layout.html.haml b/source/layouts/layout.html.haml index 46696a6..b30ec30 100644 --- a/source/layouts/layout.html.haml +++ b/source/layouts/layout.html.haml @@ -43,10 +43,12 @@ = link_to "Version #{$last_version}", "#{code}/#{$last_version}" - else %p - The latest version of Keep a Changelog is not yet available in - this language but + The latest version (#{$last_version}) is not yet available in this + language but = link_to "you can read it in English", "/en/#{$last_version}" - for now. + for now and + = link_to "help translate ", "https://github.com/olivierlacan/keep-a-changelog/issues" + it. = yield %footer.clearfix{role: "banner"}