Skip to content

Commit

Permalink
Fix locations plural string
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Mar 7, 2024
1 parent 594db5b commit a965d1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ fun EditCustomListScreen(
subtitleText =
pluralStringResource(
id = R.plurals.number_of_locations,
state.locations.size,
state.locations.size
),
onCellClicked = { onLocationsClicked(state.id) }
Expand Down
1 change: 0 additions & 1 deletion android/lib/resource/src/main/res/values/plurals.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
<item quantity="other">%d months</item>
</plurals>
<plurals name="number_of_locations">
<item quantity="zero">No locations</item>
<item quantity="one">%d location</item>
<item quantity="other">%d locations</item>
</plurals>
Expand Down

0 comments on commit a965d1e

Please sign in to comment.