[check/master] Translate the footer.

commit 988f075ded649ee717f647dc823770053eaaa49b Author: Arlo Breault <arlolra@gmail.com> Date: Sun Nov 17 21:33:12 2013 -0800 Translate the footer. --- check.pot | 6 ++++++ public/base.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/check.pot b/check.pot index 6533998..d6c813f 100644 --- a/check.pot +++ b/check.pot @@ -59,3 +59,9 @@ msgstr "" msgid "For more information about this exit relay, see:" msgstr "" + +msgid "The Tor Project is a US 501(c)(3) non-profit dedicated to the research, development, and education of online anonymity and privacy." +msgstr "" + +msgid "Learn More »" +msgstr "" diff --git a/public/base.html b/public/base.html index b01e1df..4da6674 100644 --- a/public/base.html +++ b/public/base.html @@ -70,7 +70,7 @@ </div> <div class="foot"> {{ template "foot" . }} - <p class="project">The Tor Project is a US 501(c)(3) non-profit dedicated to the research, development, and education of online anonymity and privacy. <a href="https://www.torproject.org/about/overview.html.en">Learn More »</a></p> + <p class="project">{{ GetText .Lang "The Tor Project is a US 501(c)(3) non-profit dedicated to the research, development, and education of online anonymity and privacy." }} <a href="https://www.torproject.org/about/overview.html.en">{{ GetText .Lang "Learn More »" | UnEscaped }}</a></p> </div> </body> </html> \ No newline at end of file
participants (1)
-
arlo@torproject.org