Skip to content

Commit

Permalink
CLDR-17130 da: missing unit value for singular kilometer per hour (#3338
Browse files Browse the repository at this point in the history
)

Adding missing variable in translation

(cherry picked from commit bd50a7f)
  • Loading branch information
stenshamn authored and pedberg-icu committed Nov 1, 2023
1 parent 8a08cc7 commit 08ac40d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/main/da.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8446,8 +8446,8 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<unit type="speed-kilometer-per-hour">
<gender>common</gender>
<displayName>kilometer i timen</displayName>
<unitPattern count="one">kilometer i timen</unitPattern>
<unitPattern count="one" case="genitive">kilometer i timens</unitPattern>
<unitPattern count="one">{0} kilometer i timen</unitPattern>
<unitPattern count="one" case="genitive">{0} kilometer i timens</unitPattern>
<unitPattern count="other">{0} kilometer i timen</unitPattern>
<unitPattern count="other" case="genitive">{0} kilometer i timens</unitPattern>
</unit>
Expand Down

0 comments on commit 08ac40d

Please sign in to comment.