Bug 22038 - Fix abbreviated weeks and months for Somali
Summary: Fix abbreviated weeks and months for Somali
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: localedata (show other bugs)
Version: 2.26
: P2 normal
Target Milestone: 2.27
Assignee: Mike FABIAN
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-30 08:39 UTC by Akhilesh Kumar
Modified: 2017-08-30 12:22 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Akhilesh Kumar 2017-08-30 08:39:01 UTC

    
Comment 1 Akhilesh Kumar 2017-08-30 08:46:30 UTC
Fix abbreviated weeks and months for Somali to agree with CLDR 
and other sources 
Like 
http://scriptsource.org/cms/scripts/page.php?item_id=entry_detail&uid=tgd2jc3qgz

[BZ #22038] 
	*locales/so_DJ : Fix abday, abmon and time representation (comments) 
	*locales/so_ET : Fix abday (From Axa to Axd)
	*locales/so_KE : Fix abday (From Axa to Axd)
	*locales/so_SO : Fix abday (From Axa to Axd)

Fix Patch 
https://sourceware.org/ml/libc-alpha/2017-08/msg01268.html
Comment 2 Sourceware Commits 2017-08-30 10:11:26 UTC
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  232d9190611b7eb7cdb84034ef73724a718ffee6 (commit)
      from  bdbf14d12e38264dac72db00eed219ad37ceb953 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=232d9190611b7eb7cdb84034ef73724a718ffee6

commit 232d9190611b7eb7cdb84034ef73724a718ffee6
Author: Akhilesh Kumar <akhilesh.k@samsung.com>
Date:   Wed Aug 30 14:09:02 2017 +0530

    Fix abbreviated weeks and months for Somali to agree with CLDR
    
    	[BZ #22038]
    	* locales/so_DJ (LC_TIME): Fix abday, abmon and
    	make t_fmt in the comment agree with the value of t_fmt.
    	* locales/so_ET (LC_TIME): Fix abday (From Axa to Axd)
    	* locales/so_KE (LC_TIME): Fix abday (From Axa to Axd)
    	* locales/so_SO (LC_TIME): Fix abday (From Axa to Axd)

-----------------------------------------------------------------------

Summary of changes:
 localedata/ChangeLog     |    9 +++++++++
 localedata/locales/so_DJ |   40 ++++++++++++++++++++--------------------
 localedata/locales/so_ET |    2 +-
 localedata/locales/so_KE |    2 +-
 localedata/locales/so_SO |    2 +-
 5 files changed, 32 insertions(+), 23 deletions(-)
Comment 3 Mike FABIAN 2017-08-30 10:13:57 UTC
FIXED.