Skip to content

Commit

Permalink
finish add PT translation
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson committed Mar 25, 2018
1 parent 3dd3160 commit 1e58ed8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions app/src/main/res/values-pt/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@
<string name="menu_add_page">Adicionar Página</string>

<string name="settings_title_app_information">Versão da APP: </string>
<string name="app_name">emoncms</string>


</resources>
<string name="accounts">Contas</string>
<string name="account_settings">Configurações da conta</string>
<string name="cancel">CANCELAR</string>
<string name="custom">Personalizadas</string>
</resources>
3 changes: 2 additions & 1 deletion app/src/main/res/values/array.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<item>@string/italian</item>
<item>@string/dutch</item>
<item>@string/spanish</item>

<item>@string/portuguese</item>

</string-array>

Expand All @@ -57,5 +57,6 @@
<item>it</item>
<item>nl</item>
<item>es</item>
<item>pt</item>
</string-array>
</resources>

0 comments on commit 1e58ed8

Please sign in to comment.