Skip to content

Commit

Permalink
CLDR-13864 Fix per night, long form (unicode-org#3726)
Browse files Browse the repository at this point in the history
  • Loading branch information
macchiati authored May 16, 2024
1 parent 9fe3e80 commit 5d7e93c
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 5d7e93c

Please sign in to comment.