summaryrefslogtreecommitdiffstats
path: root/share/msgdef
Commit message (Collapse)AuthorAgeFilesLines
* Use explicit filename when creating locale symlinks to avoid creating abdrewery2015-11-111-1/+2
| | | | | | | 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
* Merge from headbapt2015-11-011-1/+1
|\
| * Use more appropriate ${SHAREDIR} rather than /usr/share.bdrewery2015-10-271-1/+1
| | | | | | | | | | MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
* | Regenerate localesbapt2015-10-1328-147/+128
| |
* | Merge from headbapt2015-10-131-0/+7
|\ \ | |/
| * Remove rm -Rf beforeinstall hack that was needed due to a change thatbdrewery2015-09-181-7/+0
| | | | | | | | | | | | only lasted 3 days in HEAD in 2001 (r88348 - r88459) Sponsored by: EMC / Isilon Storage Division
* | Add newly generated locales from CLDR 27.0.1bapt2015-08-08100-766/+1191
|/ | | | only skip timedef until I figure out how to workaround svn painful mime-type handling
* Add META_MODE support.sjg2015-06-131-0/+11
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Updated dependenciessjg2013-02-161-2/+0
| |
| * Sync with HEAD.obrien2013-02-081-1/+1
| |\
| * | Include the target filename in SYMLINKS to avoid any confusion aboutsjg2013-01-231-1/+1
| | | | | | | | | | | | what is dirname and filename.
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+14
| | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | Ensure SYMLINKS fully specifiedsjg2015-06-111-1/+1
| |/ |/| | | | | | | Differential Revision: D2748 Reviewed by: brooks
* | Don't link two different things to the same paths. As tiebreaker I'vebrooks2013-01-241-1/+1
|/ | | | | | picked the link that was installed last so as to not change the behavior. The one exception is sr_YU.ISO8859-2/LC_MONETARY where a file was being replaced by a link.
* Add lv_LVache2009-09-043-0/+30
| | | | | PR: 105100 Submitted by: Aldis Berjoza <killasmurf86@gmail.com>
* add ca_AD, ca_FR and ca_IT localesedwin2009-06-101-4/+6
| | | | | | | | | | | | | | Catalan language is not only spoken in Spain (ca_ES), but also in Andorra, France and Italy. In Andorra it is the official language. (see http://en.wikipedia.org/wiki/Catalan_language#Geographic_distribution) Add a bunch of symlinks to between ca_ES and ca_AD, ca_FR and ca_IT. PR: conf/92541 Submitted by: <rmh@io.debian.net> MFC after: 1 week
* Update korean locale messages:jkim2008-02-013-3/+21
| | | | | | | | - Remove redundant `s' and `S' from yesexpr. - Add fullwidth latin letters to yesexpr and noexpr (inspired by ja_JP.UTF-8). - Add korean translated yesexpr (`Ye') and noexpr (`Anio'). - Add yesstr and nostr entries (inspired by zh_CN.*). - Add UTF-8 encoded file and connect to build.
* Add locales for nb_NO and nn_NO.des2006-11-091-5/+6
| | | | Reviewed by: philip
* Add mn_MN.UTF-8ache2006-10-022-0/+15
| | | | Submitted by: Ganbold <ganbold@micom.mng.net>
* Remove empty lines at the endache2006-02-182-2/+0
|
* Sort LOCALES.ru2005-09-281-4/+4
|
* New Ukrainian locale: uk_UA.CP1251.ru2005-03-042-0/+15
| | | | Submitted by: Alexander Peresunko
* Utilize FILES and SYMLINKS.ru2004-10-171-137/+56
|
* Remove "-" before rm -rfache2004-09-031-1/+1
|
* Rewrite this hackache2004-09-021-2/+1
| | | | | | -rm -rf ${LOCALEDIR}/*/LC_MESSAGES and move it inside loop. It can damage user-made ${LOCALEDIR}/* locales otherwise.
* Symlink missing lt_LT.ISO8859-4 LC_MONETARY, LC_MESSAGES and LC_NUMERICtjr2004-08-281-0/+2
| | | | data files to the ISO8859-13 versions.
* Add Basque (Spain) locales: eu_ES.ISO8859-1, eu_ES.ISO8859-15, eu_ES.UTF-8.tjr2004-08-282-2/+19
| | | | | | | | (This differs somewhat from the version originally submitted - any mistakes are my own.) PR: 68524 Submitted by: J. Vicente Carrasco -Bixen-
* Re-generate from ru_RU.KOI8-R.src. Due to a bug in either iconv ortjr2004-08-281-1/+1
| | | | | | ru_RU.CP866.src, the previous version of this file contained a strange conversion error: nostr had U+255C BOX DRAWINGS UP DOUBLE AND LEFT SINGLE instead of U+0435 CYRILLIC SMALL LETTER IE.
* Add an Israel Hebrew locale: he_IL.UTF-8.tjr2004-04-212-0/+11
| | | | | PR: 65826 Submitted by: Hye-Shik Chang
* Add data for missing categories to zh_HK.Big5HKSCS locale.tjr2004-04-041-0/+2
|
* Add UTF-8 versions of all the currently supported system locales. Most oftjr2004-03-2712-1/+225
| | | | | | | 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
* Add kk_KZ.PT154ache2004-01-292-0/+15
| | | | Submitted by: Birsh T <tim@zhezu.kz>
* Add be_BY.*ache2003-12-204-0/+42
| | | | Submitted by: Yury Tarasievich <grog@grsu.by>
* Make zh_CN.GBK fully work by making monetdef/msgdef/timedef symlinks todavidxu2003-11-061-0/+2
| | | | | zh_CN.GB2312 locale files. zh_CN.GB18030 can be changed in same way, but I havn't done this change since these files already exists.
* Enable GB2312 locale.davidxu2003-11-051-0/+1
|
* Add GB2312 locale files.davidxu2003-11-051-0/+14
|
* Add ko_KR.CP949 localeache2003-08-081-0/+2
| | | | | PR: 55341 submitted by: Hye-Shik Chang <perky@freebsd.org>
* Support for the Amharic locale.mtm2003-08-052-0/+16
|
* Add GB18030 localeache2003-07-292-2/+17
| | | | | PR: 51729 Submitted by: Kang Liu <liukang@bjpu.edu.cn>
* Add ARMSCSII-8 localeache2003-07-052-0/+18
| | | | | Submitted by: Vahe Khachikyan <vahe@khachikyan.de> PR: 53944
* Add ru_RU.CP1251ache2003-06-072-0/+15
|
* Add ca_ES localeache2002-12-302-2/+13
| | | | | PR: 45874 Submitted by: Joan Picanyol i Puig <joan-dev@biaix.org>
* Add lt_LT.ISO8859-13ache2002-10-252-0/+15
| | | | | PR: 44268 Submitted by: Kestutis Paulikas <kestas@elen.ktu.lt>
* Add sr_YU localesache2002-10-193-0/+26
| | | | Submitted by: Toni Andjelkovic <toni@soth.at>
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-1/+1
| | | | | | for a long time now. Approved by: bde
* Unbreak ja_JP.SJIS locale by adding following associations:phantom2002-04-052-0/+14
| | | | | | | | LC_NUMERIC: ja_JP.eucJP -> ja_JP.SJIS LC_MONETARY: ja_JP.eucJP -> ja_JP.SJIS LC_MESSAGES: en_GB.ISO8859-1 -> ja_JP.SJIS 2Japansese folks: Feel free to fix as you desire correct.
* Add pt_BR.ISO8859-1 (Brazilian Portuguese) localephantom2002-04-051-0/+5
| | | | Submitted (partly) by: dcs
* Unbreak nl_BE localesphantom2002-02-121-0/+7
| | | | Found by: tools/diag/localeck
* Unbreak fr_BE localephantom2002-02-122-1/+12
| | | | Found by: tools/diag/localeck
OpenPOWER on IntegriCloud