From 8474d498b75e8f1ad7a5d352ed2bc9f76146c325 Mon Sep 17 00:00:00 2001 From: Christian Schmidt Date: Wed, 1 Nov 2023 06:54:54 +0100 Subject: [PATCH 1/2] Remove title case --- rails/locale/da.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/rails/locale/da.yml b/rails/locale/da.yml index 5a2e81202..7032207a2 100644 --- a/rails/locale/da.yml +++ b/rails/locale/da.yml @@ -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: '' @@ -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: From 212f25566b92e61a5f8e90a9ddaccb071871b2e7 Mon Sep 17 00:00:00 2001 From: Christian Schmidt Date: Wed, 1 Nov 2023 18:45:56 +0100 Subject: [PATCH 2/2] Changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57b24b311..d18a065fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## unreleased +- Update following locales: + - Danish (da): Remove title case for storage and human decimal units #1108 ## 7.0.8 (2023-08-15)