Skip to content

Commit 1e58ed8

Browse files
committed
finish add PT translation
1 parent 3dd3160 commit 1e58ed8

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

app/src/main/res/values-pt/strings.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@
112112
<string name="menu_add_page">Adicionar Página</string>
113113

114114
<string name="settings_title_app_information">Versão da APP: </string>
115-
<string name="app_name">emoncms</string>
116-
117-
118-
</resources>
115+
<string name="accounts">Contas</string>
116+
<string name="account_settings">Configurações da conta</string>
117+
<string name="cancel">CANCELAR</string>
118+
<string name="custom">Personalizadas</string>
119+
</resources>

app/src/main/res/values/array.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<item>@string/italian</item>
4646
<item>@string/dutch</item>
4747
<item>@string/spanish</item>
48-
48+
<item>@string/portuguese</item>
4949

5050
</string-array>
5151

@@ -57,5 +57,6 @@
5757
<item>it</item>
5858
<item>nl</item>
5959
<item>es</item>
60+
<item>pt</item>
6061
</string-array>
6162
</resources>

0 commit comments

Comments
 (0)