public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
* [PATCH][BZ 17692] da_DK: Change currency_symbol from "kr" to "kr."
@ 2015-02-18 15:20 Christian Schmidt
  2015-04-13  5:15 ` Siddhesh Poyarekar
  0 siblings, 1 reply; 5+ messages in thread
From: Christian Schmidt @ 2015-02-18 15:20 UTC (permalink / raw)
  To: libc-locales; +Cc: siddhesh

[-- Attachment #1: Type: text/plain, Size: 1132 bytes --]

https://sourceware.org/bugzilla/show_bug.cgi?id=17692

The currency_symbol for da_DK should be changed from "kr" to "kr." (i.e. with a trailing period).

"kr." is the official spelling[1,2] according to Retskrivningsordbogen[3] published by the Danish Language Council (Dansk Sprognævn) that is the official regulatory body of the Danish language.

"kr" is sometimes used informally, but I believe "kr." is much more widespread. To get an impression, see e.g. [4].


AFAICT "kr" is the preferred spelling in Norway[5] and Sweden[6]. Perhaps this is how "kr" made its way into da_DK also (it has been unchanged since da_DK was added to Git/CVS in 1997).


Kind regards,
Christian Schmidt


[1] http://sproget.dk/lookup?SearchableText=kr
[2] http://sproget.dk/raad-og-regler/retskrivningsregler/retskrivningsregler/a7-40-60/a7-41-43-punktum/a7-42-forkortelsespunktum/
[3] https://en.wikipedia.org/wiki/Retskrivningsordbogen
[4] https://www.google.dk/search?q=priser+kr+site:dk
[5] http://www.korrekturavdelingen.no/K4Forkortelser.htm
[6] http://www.regeringen.se/content/1/c6/13/15/83/7be35768.pdf#page=55




[-- Attachment #2: bz-17692.diff --]
[-- Type: application/octet-stream, Size: 782 bytes --]

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 1636e52..b9bc6e7 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-09  Christian Schmidt <glibc@chsc.dk>
+
+	[BZ #17692]
+	* locales/da_DK: Update currency_symbol.
+
 2014-12-01  Pravin Satpute <psatpute@redhat.com>
 
 	[BZ #16857]
diff --git a/localedata/locales/da_DK b/localedata/locales/da_DK
index a956b51..c5024a4 100644
--- a/localedata/locales/da_DK
+++ b/localedata/locales/da_DK
@@ -149,7 +149,7 @@ END LC_CTYPE
 
 LC_MONETARY
 int_curr_symbol         "<U0044><U004B><U004B><U0020>"
-currency_symbol         "<U006B><U0072>"
+currency_symbol         "<U006B><U0072><U002E>"
 mon_decimal_point       "<U002C>"
 mon_thousands_sep       "<U002E>"
 mon_grouping            3;3

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH][BZ 17692] da_DK: Change currency_symbol from "kr" to "kr."
  2015-02-18 15:20 [PATCH][BZ 17692] da_DK: Change currency_symbol from "kr" to "kr." Christian Schmidt
@ 2015-04-13  5:15 ` Siddhesh Poyarekar
  2015-04-13  5:44   ` Marko Myllynen
  0 siblings, 1 reply; 5+ messages in thread
From: Siddhesh Poyarekar @ 2015-04-13  5:15 UTC (permalink / raw)
  To: Christian Schmidt; +Cc: libc-locales, libc-alpha

[-- Attachment #1: Type: text/plain, Size: 1922 bytes --]

I don't know if anybody actually looks at libc-locales anymore (I got
it because you cc'd me, thanks and sorry for the delay since I missed
the patch in my email), so adding libc-alpha instead.  If nobody
objects, I'll change the Contribution checklist to reflect this by the
end of the week.

The patch itself is fine and I'll apply it tomorrow my time (i.e. in
roughly 24 hours).  A few pointers if you intend to contribute more
patches:

1. The patch needs a ChangeLog entry

2. Please send the patch as inline text so that it is easy to comment
   on.  In this case, the patch is trivial and hence no comments were
   needed.

Thanks,
Siddhesh

On Wed, Feb 18, 2015 at 04:11:45PM +0100, Christian Schmidt wrote:
> https://sourceware.org/bugzilla/show_bug.cgi?id=17692
> 
> The currency_symbol for da_DK should be changed from "kr" to "kr." (i.e. with a trailing period).
> 
> "kr." is the official spelling[1,2] according to Retskrivningsordbogen[3] published by the Danish Language Council (Dansk Sprognævn) that is the official regulatory body of the Danish language.
> 
> "kr" is sometimes used informally, but I believe "kr." is much more widespread. To get an impression, see e.g. [4].
> 
> 
> AFAICT "kr" is the preferred spelling in Norway[5] and Sweden[6]. Perhaps this is how "kr" made its way into da_DK also (it has been unchanged since da_DK was added to Git/CVS in 1997).
> 
> 
> Kind regards,
> Christian Schmidt
> 
> 
> [1] http://sproget.dk/lookup?SearchableText=kr
> [2] http://sproget.dk/raad-og-regler/retskrivningsregler/retskrivningsregler/a7-40-60/a7-41-43-punktum/a7-42-forkortelsespunktum/
> [3] https://en.wikipedia.org/wiki/Retskrivningsordbogen
> [4] https://www.google.dk/search?q=priser+kr+site:dk
> [5] http://www.korrekturavdelingen.no/K4Forkortelser.htm
> [6] http://www.regeringen.se/content/1/c6/13/15/83/7be35768.pdf#page=55
> 
> 
> 



[-- Attachment #2: Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH][BZ 17692] da_DK: Change currency_symbol from "kr" to "kr."
  2015-04-13  5:15 ` Siddhesh Poyarekar
@ 2015-04-13  5:44   ` Marko Myllynen
  2015-04-13  5:59     ` Marko Myllynen
  0 siblings, 1 reply; 5+ messages in thread
From: Marko Myllynen @ 2015-04-13  5:44 UTC (permalink / raw)
  To: Siddhesh Poyarekar, Christian Schmidt; +Cc: libc-locales, libc-alpha

Hi,

On 2015-04-13 08:06, Siddhesh Poyarekar wrote:
> I don't know if anybody actually looks at libc-locales anymore (I got
> it because you cc'd me, thanks and sorry for the delay since I missed
> the patch in my email), so adding libc-alpha instead.  If nobody
> objects, I'll change the Contribution checklist to reflect this by the
> end of the week.

sounds reasonable, I made a minor tweak to the Locales wiki page to make
it more clear that Contribution checklist should be checked.

https://sourceware.org/glibc/wiki/Locales

Thanks,

-- 
Marko Myllynen

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH][BZ 17692] da_DK: Change currency_symbol from "kr" to "kr."
  2015-04-13  5:44   ` Marko Myllynen
@ 2015-04-13  5:59     ` Marko Myllynen
  2015-04-13 11:04       ` Siddhesh Poyarekar
  0 siblings, 1 reply; 5+ messages in thread
From: Marko Myllynen @ 2015-04-13  5:59 UTC (permalink / raw)
  To: Siddhesh Poyarekar, Christian Schmidt; +Cc: libc-locales, libc-alpha

Hi,

On 2015-04-13 08:44, Marko Myllynen wrote:
> On 2015-04-13 08:06, Siddhesh Poyarekar wrote:
>> I don't know if anybody actually looks at libc-locales anymore (I got
>> it because you cc'd me, thanks and sorry for the delay since I missed
>> the patch in my email), so adding libc-alpha instead.  If nobody
>> objects, I'll change the Contribution checklist to reflect this by the
>> end of the week.
> 
> sounds reasonable [...]

sorry, actually I meant that for locale changes I think the best
approach would be to use both lists; libc-alpha to reach most patch
reviewers and libc-locales to reach those interested in locales but who
do not wish to subscribe to libc-alpha due its volume (on libc-alpha the
occasional locale patches do not increase the volume substantially).

Thanks,

-- 
Marko Myllynen

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH][BZ 17692] da_DK: Change currency_symbol from "kr" to "kr."
  2015-04-13  5:59     ` Marko Myllynen
@ 2015-04-13 11:04       ` Siddhesh Poyarekar
  0 siblings, 0 replies; 5+ messages in thread
From: Siddhesh Poyarekar @ 2015-04-13 11:04 UTC (permalink / raw)
  To: Marko Myllynen; +Cc: Christian Schmidt, libc-locales, libc-alpha

[-- Attachment #1: Type: text/plain, Size: 451 bytes --]

On Mon, Apr 13, 2015 at 08:59:01AM +0300, Marko Myllynen wrote:
> sorry, actually I meant that for locale changes I think the best
> approach would be to use both lists; libc-alpha to reach most patch
> reviewers and libc-locales to reach those interested in locales but who
> do not wish to subscribe to libc-alpha due its volume (on libc-alpha the
> occasional locale patches do not increase the volume substantially).

Sounds fair to me.

Siddhesh

[-- Attachment #2: Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-04-13 11:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-18 15:20 [PATCH][BZ 17692] da_DK: Change currency_symbol from "kr" to "kr." Christian Schmidt
2015-04-13  5:15 ` Siddhesh Poyarekar
2015-04-13  5:44   ` Marko Myllynen
2015-04-13  5:59     ` Marko Myllynen
2015-04-13 11:04       ` Siddhesh Poyarekar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).