Skip to content

Commit 3df98a2

Browse files
committed
Merge pull request #8 from joanamartins/master
Fix 'pt' locale key and add translations for pt-BR and pt-PT
2 parents dad5fb1 + c457427 commit 3df98a2

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

config/locales/en.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ en:
77
en: "English"
88
es: "Spanish"
99
de: "German"
10-
pt: "Portuguese"
10+
pt-BR: "Portuguese"
11+
pt-PT: "Portuguese (Portugal)"

config/locales/it.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ it:
77
en: "Inglese"
88
es: "Spagnolo"
99
de: "Tedesco"
10-
pt: "Portoghese"
10+
pt-BR: "Portoghese"
11+
pt-PT: "Portoghese (Portogallo)"

config/locales/pt-BR.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
pt-BR:
2+
active_admin:
3+
globalize3:
4+
translations: "Traduções"
5+
language:
6+
it: "Italiano"
7+
en: "Inglês"
8+
es: "Espanhol"
9+
de: "Alemão"
10+
pt-BR: "Português"
11+
pt-PT: "Português (Portugal)"

config/locales/pt-PT.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
pt-PT:
2+
active_admin:
3+
globalize3:
4+
translations: "Traduções"
5+
language:
6+
it: "Italiano"
7+
en: "Inglês"
8+
es: "Espanhol"
9+
de: "Alemão"
10+
pt-BR: "Português"
11+
pt-PT: "Português (Portugal)"

0 commit comments

Comments
 (0)