aboutsummaryrefslogtreecommitdiff
path: root/share/msgdef/kk_KZ.UTF-8.src
Commit message (Collapse)AuthorAgeFilesLines
* Posixify the locales name for variantsBaptiste Daroussin2016-07-031-0/+17
| | | | | | | | | | | | | | | | | | | | | | | 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 @<variant> 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) Notes: svn path=/head/; revision=302329
* Add newly generated locales from CLDR 27.0.1Baptiste Daroussin2015-08-081-14/+0
| | | | | | | only skip timedef until I figure out how to workaround svn painful mime-type handling Notes: svn path=/projects/collation/; revision=286438
* Add UTF-8 versions of all the currently supported system locales. Most ofTim J. Robbins2004-03-271-0/+14
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 Notes: svn path=/head/; revision=127474