diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2013-07-01 00:39:15 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2013-07-01 00:39:15 +0000 |
commit | 5799bd81165e7a8c48fa2f9e023e2743dfc5ed29 (patch) | |
tree | dcf7eef8a1bf583ad8296c88efb54c076f341262 /usr.bin/locale | |
parent | 08250b3ecbd7329c4849271e11f1a19e15de9607 (diff) |
update list of locales after adding Turkish.
requested and ok stsp@
Diffstat (limited to 'usr.bin/locale')
-rw-r--r-- | usr.bin/locale/locale.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/locale/locale.c b/usr.bin/locale/locale.c index 1bd6528d9e0..46c74819ec6 100644 --- a/usr.bin/locale/locale.c +++ b/usr.bin/locale/locale.c @@ -1,4 +1,4 @@ -/* $OpenBSD: locale.c,v 1.5 2013/06/16 19:46:59 guenther Exp $ */ +/* $OpenBSD: locale.c,v 1.6 2013/07/01 00:39:14 fgsch Exp $ */ /* * Copyright (c) 2013 Stefan Sperling <stsp@openbsd.org> * @@ -251,6 +251,8 @@ const char * const some_locales[] = { "sv_SE.ISO8859-1", "sv_SE.ISO8859-15", "sv_SE.UTF-8", + "tr_TR.ISO8859-9", + "tr_TR.UTF-8", "uk_UA.KOI8-U", "uk_UA.UTF-8", "zh_CN.UTF-8", |