From f9c3b7d8725c290d445861ebe724c53498d0a3f4 Mon Sep 17 00:00:00 2001 From: Marco Rougeth Date: Thu, 24 Apr 2014 10:03:58 -0300 Subject: [PATCH] Add CI link to the navbar --- src/locale/pt_BR/LC_MESSAGES/django.po | 4 ++++ src/templates/base.html | 1 + 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/locale/pt_BR/LC_MESSAGES/django.po b/src/locale/pt_BR/LC_MESSAGES/django.po index 5872aa5..d77d4f0 100644 --- a/src/locale/pt_BR/LC_MESSAGES/django.po +++ b/src/locale/pt_BR/LC_MESSAGES/django.po @@ -988,6 +988,10 @@ msgstr "Ver Tiquetes" msgid "Browse Source" msgstr "Códigos Fontes" +#: templates/base.html:84 +msgid "Continuous Integration" +msgstr "Integração Contínua" + #: templates/base.html:107 msgid "Login" msgstr "Entrar" diff --git a/src/templates/base.html b/src/templates/base.html index 473c863..d571de5 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -81,6 +81,7 @@ {% endif %}
  • {% trans "Roadmap" %}
  • {% trans "Browse Source" %}
  • +
  • {% trans "Continuous Integration" %}