From e4550811b2b400d7432e5a58aa1a7d78fe892610 Mon Sep 17 00:00:00 2001
From: Eduardo Elias <camponez@gmail.com>
Date: Fri, 21 Apr 2017 18:23:02 +0100
Subject: [PATCH] Language: Update missing key for pt and pt-BR (#2276)

---
 config/locales/pt-BR.yml | 1 +
 config/locales/pt.yml    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml
index 269a1a99b..f93f5564b 100644
--- a/config/locales/pt-BR.yml
+++ b/config/locales/pt-BR.yml
@@ -27,6 +27,7 @@ pt-BR:
     terms: Termos
     user_count_after: usuários
     user_count_before: Lugar de
+    version: Versão
   accounts:
     follow: Seguir
     followers: Seguidores
diff --git a/config/locales/pt.yml b/config/locales/pt.yml
index 735bc14ba..5afae9ddc 100644
--- a/config/locales/pt.yml
+++ b/config/locales/pt.yml
@@ -29,6 +29,7 @@ pt:
     terms: Termos
     user_count_after: utilizadores
     user_count_before: Casa para
+    version: Versão
   accounts:
     follow: Seguir
     followers: Seguidores
-- 
GitLab