Skip to content

Commit

Permalink
add hungarian language option
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Jun 25, 2024
1 parent 1d703ee commit bfdc9fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AuthenticatorPro.Droid/Resources/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<item>@string/esperanto</item>
<item>@string/french</item>
<item>@string/italian</item>
<item>@string/hungarian</item>
<item>@string/dutch</item>
<item>@string/polish</item>
<item>@string/portuguese</item>
Expand Down Expand Up @@ -71,6 +72,7 @@
<item>eo</item>
<item>fr</item>
<item>it</item>
<item>hu</item>
<item>nl</item>
<item>pl</item>
<item>pt</item>
Expand Down
1 change: 1 addition & 0 deletions AuthenticatorPro.Droid/Resources/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@
<string name="esperanto" translatable="false">Esperanto</string>
<string name="french" translatable="false">Français</string>
<string name="italian" translatable="false">Italiano</string>
<string name="hungarian" translatable="false">Magyar</string>
<string name="dutch" translatable="false">Nederlands</string>
<string name="polish" translatable="false">Polski</string>
<string name="portuguese" translatable="false">Portugues</string>
Expand Down

0 comments on commit bfdc9fb

Please sign in to comment.