mirror of git://sourceware.org/git/glibc.git
kl_GL: Fix spelling of Sunday, should be "sapaat" (bug 20209).
Although CLDR says otherwise, it is confirmed by Oqaasileriffik, the official Greenlandic language regulator, that this change is correct. [BZ #20209] * localedata/locales/kl_GL: (abday): Fix spelling of Sun (Sunday), should be "sap" rather than "sab". (day): Fix spelling of Sunday, should be "sapaat" rather than "sabaat".
This commit is contained in:
parent
f346b5b38c
commit
dae3ed958c
|
@ -1,3 +1,11 @@
|
||||||
|
2018-10-02 Rafal Luzynski <digitalfreak@lingonborough.com>
|
||||||
|
|
||||||
|
[BZ #20209]
|
||||||
|
* localedata/locales/kl_GL: (abday): Fix spelling of Sun (Sunday),
|
||||||
|
should be "sap" rather than "sab".
|
||||||
|
(day): Fix spelling of Sunday, should be "sapaat" rather than
|
||||||
|
"sabaat".
|
||||||
|
|
||||||
2018-10-02 Joseph Myers <joseph@codesourcery.com>
|
2018-10-02 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* math/libm-test-fma.inc (fma_test_data): Add more tests.
|
* math/libm-test-fma.inc (fma_test_data): Add more tests.
|
||||||
|
|
|
@ -70,11 +70,11 @@ copy "da_DK"
|
||||||
END LC_NUMERIC
|
END LC_NUMERIC
|
||||||
|
|
||||||
LC_TIME
|
LC_TIME
|
||||||
abday "sab";"ata";/
|
abday "sap";"ata";/
|
||||||
"mar";"pin";/
|
"mar";"pin";/
|
||||||
"sis";"tal";/
|
"sis";"tal";/
|
||||||
"arf"
|
"arf"
|
||||||
day "sabaat";/
|
day "sapaat";/
|
||||||
"ataasinngorneq";/
|
"ataasinngorneq";/
|
||||||
"marlunngorneq";/
|
"marlunngorneq";/
|
||||||
"pingasunngorneq";/
|
"pingasunngorneq";/
|
||||||
|
|
Loading…
Reference in New Issue