<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/share/msgdef, branch release/11.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC r325361:</title>
<updated>2017-11-17T09:14:18+00:00</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2017-11-17T09:14:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=283e41da9ab41e02484b822e23149322b9d68a1a'/>
<id>283e41da9ab41e02484b822e23149322b9d68a1a</id>
<content type='text'>
Update to CLDR 32 and Unicode 10

Relnotes:	yes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update to CLDR 32 and Unicode 10

Relnotes:	yes
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r310201:</title>
<updated>2017-01-17T07:11:46+00:00</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2017-01-17T07:11:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a3caf398fa40dd180686a15f558ad804c970c8a0'/>
<id>a3caf398fa40dd180686a15f558ad804c970c8a0</id>
<content type='text'>
Update locales cldr to v30.0.3 and unicode to 9.0.0

Relnotes:	yes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update locales cldr to v30.0.3 and unicode to 9.0.0

Relnotes:	yes
</pre>
</div>
</content>
</entry>
<entry>
<title>Posixify the locales name for variants</title>
<updated>2016-07-03T18:21:11+00:00</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-07-03T18:21:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3cf6509d70d2d3b5a8ef07944d3bf57f45f2ba9a'/>
<id>3cf6509d70d2d3b5a8ef07944d3bf57f45f2ba9a</id>
<content type='text'>
For all locales with variants:
- if no ambiguity on the locale (only one variant) just use the regular name
- if ambiguity, pick one as default and append @&lt;variant&gt; to the others
  respecting POSIX

As a result:
- All the 3 components locales added recently are renamed to the usual 2
  components version for all but sr_RS.UTF-8
- Set sr_RS.UTF-8 to the cyrillic variant
- Add sr_RS.UTF-8@latin
- Remove the symlinks aliases they were created to represent the 2 components
  version as aliasas and are now useless
- Update the OptionalObsoleteFiles.inc and ObsoleteFiles.inc to reflect those
  changes

Discussed with:	ache@
Approved by:	re@ (gjb)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For all locales with variants:
- if no ambiguity on the locale (only one variant) just use the regular name
- if ambiguity, pick one as default and append @&lt;variant&gt; to the others
  respecting POSIX

As a result:
- All the 3 components locales added recently are renamed to the usual 2
  components version for all but sr_RS.UTF-8
- Set sr_RS.UTF-8 to the cyrillic variant
- Add sr_RS.UTF-8@latin
- Remove the symlinks aliases they were created to represent the 2 components
  version as aliasas and are now useless
- Update the OptionalObsoleteFiles.inc and ObsoleteFiles.inc to reflect those
  changes

Discussed with:	ache@
Approved by:	re@ (gjb)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix generation of locales with multiple variants</title>
<updated>2016-06-20T06:45:42+00:00</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-06-20T06:45:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bd51ae1287601bd4eb9d672ac6bf28252d1b312a'/>
<id>bd51ae1287601bd4eb9d672ac6bf28252d1b312a</id>
<content type='text'>
Serbian locales have triple components to represent the 2 variations of the
locale: Latin and Cyrillic. Previously the tools generatic the locale were
appending both definitions instead of differentiating them.

Reported by:	ache
Approved by:	re (gjb)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Serbian locales have triple components to represent the 2 variations of the
locale: Latin and Cyrillic. Previously the tools generatic the locale were
appending both definitions instead of differentiating them.

Reported by:	ache
Approved by:	re (gjb)
</pre>
</div>
</content>
</entry>
<entry>
<title>Regenerates locales Makefiles and locales</title>
<updated>2016-04-16T17:55:11+00:00</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-04-16T17:55:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=110cf8a6f18c66bfcf4c824c29c2d66664105870'/>
<id>110cf8a6f18c66bfcf4c824c29c2d66664105870</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify the locale generated Makefiles by using bmake multi variables for loops</title>
<updated>2015-12-18T21:34:28+00:00</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-12-18T21:34:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f8fd13a0998b14f8dd8b3b16a4fa271285c0f6d5'/>
<id>f8fd13a0998b14f8dd8b3b16a4fa271285c0f6d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>META MODE: Fix 'make the-lot' with recent locale changes</title>
<updated>2015-11-25T19:13:28+00:00</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2015-11-25T19:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=393608176bc203404379eb61d058375e69b4d3d8'/>
<id>393608176bc203404379eb61d058375e69b4d3d8</id>
<content type='text'>
Sponsored by:	EMC / Isilon Storage Division
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sponsored by:	EMC / Isilon Storage Division
</pre>
</div>
</content>
</entry>
<entry>
<title>Bring back a couple of ISO8859-15 locales:</title>
<updated>2015-11-16T12:58:47+00:00</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-11-16T12:58:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1d211085aca778bbb270b1cc67990189b059e19b'/>
<id>1d211085aca778bbb270b1cc67990189b059e19b</id>
<content type='text'>
- af_ZA.ISO8859-15
- en_AU.ISO8859-15
- en_CA.ISO8859-15
- en_NZ.ISO8859-15
- en_US.ISO8859-15
- fr_CA.ISO8859-15
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- af_ZA.ISO8859-15
- en_AU.ISO8859-15
- en_CA.ISO8859-15
- en_NZ.ISO8859-15
- en_US.ISO8859-15
- fr_CA.ISO8859-15
</pre>
</div>
</content>
</entry>
<entry>
<title>Regenerate locales after readding ISO8859-1 for locales that have ISO8859-15</title>
<updated>2015-11-15T14:51:10+00:00</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-11-15T14:51:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c1c9ab670703ff3f857a2c6913793aa500bad826'/>
<id>c1c9ab670703ff3f857a2c6913793aa500bad826</id>
<content type='text'>
Requested by:	arche
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Requested by:	arche
</pre>
</div>
</content>
</entry>
<entry>
<title>Use explicit filename when creating locale symlinks to avoid creating a</title>
<updated>2015-11-11T18:45:48+00:00</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2015-11-11T18:45:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d4ea5890a86a54c538c5d06649c7652884f1f642'/>
<id>d4ea5890a86a54c538c5d06649c7652884f1f642</id>
<content type='text'>
directory symlink when the target directory does not exist.  This will
cause an error instead of a broken setup.

Sponsored by:	EMC / Isilon Storage Division
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
directory symlink when the target directory does not exist.  This will
cause an error instead of a broken setup.

Sponsored by:	EMC / Isilon Storage Division
</pre>
</div>
</content>
</entry>
</feed>
