Skip to content

Commit

Permalink
Fix plural form in values-nl/strings.strings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
udenr committed Aug 22, 2024
1 parent 8c4a808 commit 30ab52c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,10 @@
<string name="activity_history_list_item_qr_image_descriptor">QR-code</string>
<string name="item_result_calendar_start">Begin:</string>
<string name="item_result_calendar_end">Einde:</string>
<string name="entries_selected">%1$d geselecteerd</string>
<plurals name="entries_selected">
<item quantity="one">%1$d item geselecteerd</item>
<item quantity="other">%1$d items geselecteerd</item>
</plurals>
<string name="switch_camera">Verander van camera</string>
<string name="item_result_calendar_title">Titel:</string>
<string name="item_result_calendar_description">Beschrijving:</string>
Expand Down

0 comments on commit 30ab52c

Please sign in to comment.