Skip to content

Commit

Permalink
CLDR-13864 Fix per night, long form
Browse files Browse the repository at this point in the history
  • Loading branch information
macchiati committed May 15, 2024
1 parent 9fe3e80 commit 1c86f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/main/en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7737,7 +7737,7 @@ annotations.
<displayName>nights</displayName>
<unitPattern count="one">{0} night</unitPattern>
<unitPattern count="other">{0} nights</unitPattern>
<perUnitPattern>{0}/night</perUnitPattern>
<perUnitPattern>{0} per night</perUnitPattern>
</unit>
<coordinateUnit>
<displayName>cardinal direction</displayName>
Expand Down

0 comments on commit 1c86f5b

Please sign in to comment.