<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/share/timedef/ja_JP.UTF-8.src, branch upstream/11.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2016-08-19T19:26:16Z</updated>
<entry>
<title>MFC r303354,303373,303404,304045,304192</title>
<updated>2016-08-19T19:26:16Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-08-19T19:26:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8e435ab56783bb13848448f2e78bc1442ac20e98'/>
<id>urn:sha1:8e435ab56783bb13848448f2e78bc1442ac20e98</id>
<content type='text'>
Set date and time formats back to what they were before CLDR

While CLDR brings us a good and up to date source data to generate locales for
all databses we are using for locales, it is not the case of LC_TIME. Where it
does not defines the informations we need.

Put back all the date and time formats from the old locales.
Make it statically for now (in order to be able to merge it now into
11.0-RELEASE). The generation tools will be updated soon.

That gives us time to properly work on LC_TIME during the 12 timeframe.

While here fix abbreviated month for af_ZA (which are already fixed in CLDR
data upstream)

In locales where AP/PM was not defined before CLDR data, remove again the AP/PM
informations

For locales where AP/PM was defined before CLDR data, keep the CLDR information
which was properly translated.

r303354,303373 by kevlo
r303404,304192 by jkim
</content>
</entry>
<entry>
<title>Restore a day of the week in date(1) output for Japanese locales.</title>
<updated>2015-12-20T14:59:30Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2015-12-20T14:59:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7f7cd1d54c8e7b273b3aa9676066c0164ad35934'/>
<id>urn:sha1:7f7cd1d54c8e7b273b3aa9676066c0164ad35934</id>
<content type='text'>
It was lost by recent locale change.
</content>
</entry>
<entry>
<title>Fix alignment of the short month names for CJK locales,</title>
<updated>2015-11-07T23:54:14Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2015-11-07T23:54:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ce8fe66f49069ce75c4d397eaba62dcbf755def5'/>
<id>urn:sha1:ce8fe66f49069ce75c4d397eaba62dcbf755def5</id>
<content type='text'>
as far as I could edit them.
</content>
</entry>
<entry>
<title>Add newly generated locales from CLDR 27.0.1</title>
<updated>2015-08-08T19:24:32Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-08-08T19:24:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=12cafd025ab67f3c65143e868edc8215cd45b3cc'/>
<id>urn:sha1:12cafd025ab67f3c65143e868edc8215cd45b3cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Since %b contains unit, %b is not suitable for c_fmt, now.  Use %_m</title>
<updated>2009-11-14T15:56:23Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2009-11-14T15:56:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=580a28b11a5b3140fe1b4abeb8f8567ac6b96c34'/>
<id>urn:sha1:580a28b11a5b3140fe1b4abeb8f8567ac6b96c34</id>
<content type='text'>
instead.
</content>
</entry>
<entry>
<title>Add unit to the short month names for Japanese locales.</title>
<updated>2009-11-11T11:24:02Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2009-11-11T11:24:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2711d444492be05c1abfc407bb93fef0fb9b814b'/>
<id>urn:sha1:2711d444492be05c1abfc407bb93fef0fb9b814b</id>
<content type='text'>
Without unit, the output of the application like ls(1)
is complicated.

Reviewed by:	nork
MFC after:	1 week
</content>
</entry>
<entry>
<title>AM/PM date format for ja_JP.eucJP and ja_JP.SJIS were</title>
<updated>2009-08-30T10:47:00Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2009-08-30T10:47:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e13d7b148698866868839f093ae25ee6a123b3cf'/>
<id>urn:sha1:e13d7b148698866868839f093ae25ee6a123b3cf</id>
<content type='text'>
localized by r193869.  However, ja_JP.UTF-8 wasn't.
So, reflect it to ja_JP.UTF-8 as well.
</content>
</entry>
<entry>
<title>Comments fixing</title>
<updated>2007-12-30T03:08:52Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2007-12-30T03:08:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=79386ec7dbd8944a323eb6f31d6de310be74a09c'/>
<id>urn:sha1:79386ec7dbd8944a323eb6f31d6de310be74a09c</id>
<content type='text'>
1) Back out "month names" -&gt; "months names" and fix few such cases which
are wrong initially
2) "weekdays names" -&gt; "weekday names"

Noted by: des [1]
</content>
</entry>
<entry>
<title>Comments fixing</title>
<updated>2007-12-29T16:28:15Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2007-12-29T16:28:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=27cb743492a192dcf8ffc71b9a6e3868d7584a32'/>
<id>urn:sha1:27cb743492a192dcf8ffc71b9a6e3868d7584a32</id>
<content type='text'>
"month names" -&gt; "months names"
    typo
"Long months names (alternative)" or "in alternative form" -&gt;
"(without case ending)"
"Long months names" -&gt; "Long months names (as in a date)"
    to not confuse developers on what purpose those sections are
</content>
</entry>
<entry>
<title>Add UTF-8 versions of all the currently supported system locales. Most of</title>
<updated>2004-03-27T08:14:15Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-03-27T08:14:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=839b21a6f45bae59ad519ff38dc3022208c69083'/>
<id>urn:sha1:839b21a6f45bae59ad519ff38dc3022208c69083</id>
<content type='text'>
the hard work was done by Hye-Shik Chang in the misc/utf8locale port; I made
a few minor adjustments and merged the makefiles.

PR:	44307
</content>
</entry>
</feed>
