Skip to content

Commit

Permalink
Fix the name of the Netherlands language
Browse files Browse the repository at this point in the history
  • Loading branch information
youssefhabri authored Feb 6, 2022
1 parent a972949 commit 69a39d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values/string_array_items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,5 @@
<string name="pref_selected_language_title_pl" translatable="false">Polski</string>
<string name="pref_selected_language_title_pt" translatable="false">Português</string>
<string name="pref_selected_language_title_sv" translatable="false">Svenska</string>
<string name="pref_selected_language_title_de_nl" translatable="false">Deutsch-Nederlands</string>
</resources>
<string name="pref_selected_language_title_de_nl" translatable="false">Nederlands</string>
</resources>

0 comments on commit 69a39d3

Please sign in to comment.