Skip to content

Commit

Permalink
Merge pull request #1108 from c960657/da-title-case
Browse files Browse the repository at this point in the history
[da] Do not use title case
  • Loading branch information
pama committed Feb 28, 2024
2 parents fb81390 + 44d9b41 commit 686e28d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -18,6 +18,7 @@
- Romanian (ro): am/pm
- Swedish (sv sv-FI sv-SE): am/pm
- Welsh (cy): Move the keys to right place and add missing keys
- Danish (da): Remove title case for storage and human decimal units #1108
- Add ordinalization for many locales (be, bs, cs, da, de-AT, de-CH, de-DE, eo, et, fa, fi, hr, hu, is, ka,
lb, lt, lv, mk, nb, ne, nn, pl, sk, sl, sq, sr, sw, tr) #1109

Expand Down
21 changes: 11 additions & 10 deletions rails/locale/da.yml
Expand Up @@ -172,18 +172,18 @@ da:
format: "%n %u"
units:
billion:
one: Milliard
other: Milliarder
one: milliard
other: milliarder
million:
one: Million
other: Millioner
one: million
other: millioner
quadrillion:
one: Billiard
other: Billiarder
thousand: Tusind
thousand: tusind
trillion:
one: Billion
other: Billioner
one: billion
other: billioner
unit: ''
format:
delimiter: ''
Expand All @@ -194,11 +194,12 @@ da:
format: "%n %u"
units:
byte:
one: Byte
other: Bytes
one: byte
other: bytes
gb: GB
kb: KB
kb: kB
mb: MB
pb: PB
tb: TB
percentage:
format:
Expand Down

0 comments on commit 686e28d

Please sign in to comment.