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" %}