Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/locale/ctype add LC_CTYPE for sk_SK.ISO8859-2, by Lubo...



details:   https://anonhg.NetBSD.org/src/rev/fabdecc0045b
branches:  trunk
changeset: 533768:fabdecc0045b
user:      tshiozak <tshiozak%NetBSD.org@localhost>
date:      Tue Jul 09 09:00:30 2002 +0000

description:
add LC_CTYPE for sk_SK.ISO8859-2, by Lubomir Sedlacik.

diffstat:

 share/locale/ctype/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 9805d15bc9ae -r fabdecc0045b share/locale/ctype/Makefile
--- a/share/locale/ctype/Makefile       Tue Jul 09 08:49:27 2002 +0000
+++ b/share/locale/ctype/Makefile       Tue Jul 09 09:00:30 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/12/12 12:24:22 lukem Exp $
+# $NetBSD: Makefile,v 1.7 2002/07/09 09:00:30 tshiozak Exp $
 
 NOMAN= # defined
 
@@ -201,6 +201,10 @@
  LOCALESRC_sl_SI.ISO8859-2 = en_US.ISO_8859-2
    ALIASES_sl_SI.ISO8859-2+=
 
+LOCALES += sk_SK.ISO8859-2
+ LOCALESRC_sk_SK.ISO8859-2 = en_US.ISO_8859-2
+   ALIASES_sk_SK.ISO8859-2+=
+
 LOCALES += cs_CZ.ISO8859-2
  LOCALESRC_cs_CZ.ISO8859-2 = en_US.ISO_8859-2
    ALIASES_cs_CZ.ISO8859-2+=



Home | Main Index | Thread Index | Old Index