summaryrefslogtreecommitdiffstats
path: root/share/timedef
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1999-10-18 13:39:50 +0000
committerache <ache@FreeBSD.org>1999-10-18 13:39:50 +0000
commit89a3748f38d6df4819390fa546e2e240f07a9ccb (patch)
tree2af5de0f608f2463ce616e2961a02f295937494f /share/timedef
parentc66f2c8434def0cf16f5889a43b65710e958952d (diff)
downloadFreeBSD-src-89a3748f38d6df4819390fa546e2e240f07a9ccb.zip
FreeBSD-src-89a3748f38d6df4819390fa546e2e240f07a9ccb.tar.gz
Move sources one directory up
Diffstat (limited to 'share/timedef')
-rw-r--r--share/timedef/Makefile119
-rw-r--r--share/timedef/data/Makefile120
-rw-r--r--share/timedef/data/da_DK.ISO_8859-1.src78
-rw-r--r--share/timedef/data/de_AT.ISO_8859-1.src78
-rw-r--r--share/timedef/data/de_DE.ISO_8859-1.src78
-rw-r--r--share/timedef/data/en_GB.ISO_8859-1.src78
-rw-r--r--share/timedef/data/en_US.ISO_8859-1.src78
-rw-r--r--share/timedef/data/es_ES.ISO_8859-1.src78
-rw-r--r--share/timedef/data/fi_FI.ISO_8859-1.src77
-rw-r--r--share/timedef/data/fr_FR.ISO_8859-1.src78
-rw-r--r--share/timedef/data/hr_HR.ISO_8859-2.src78
-rw-r--r--share/timedef/data/hu_HU.ISO_8859-2.src77
-rw-r--r--share/timedef/data/is_IS.ISO_8859-1.src78
-rw-r--r--share/timedef/data/it_IT.ISO_8859-1.src78
-rw-r--r--share/timedef/data/ja_JP.EUC.src86
-rw-r--r--share/timedef/data/ja_JP.SJIS.src86
-rw-r--r--share/timedef/data/ko_KR.EUC.src89
-rw-r--r--share/timedef/data/lt_LN.ISO_8859-1.src80
-rw-r--r--share/timedef/data/nl_NL.ISO_8859-1.src78
-rw-r--r--share/timedef/data/no_NO.ISO_8859-1.src78
-rw-r--r--share/timedef/data/pl_PL.ISO_8859-2.src74
-rw-r--r--share/timedef/data/pt_PT.ISO_8859-1.src79
-rw-r--r--share/timedef/data/ru_SU.CP866.src93
-rw-r--r--share/timedef/data/ru_SU.ISO_8859-5.src93
-rw-r--r--share/timedef/data/ru_SU.KOI8-R.src93
-rw-r--r--share/timedef/data/sl_SI.ISO_8859-2.src78
-rw-r--r--share/timedef/data/sv_SE.ISO_8859-1.src77
-rw-r--r--share/timedef/data/zh_CN.EUC.src78
-rw-r--r--share/timedef/data/zh_TW.Big5.src78
29 files changed, 117 insertions, 2296 deletions
diff --git a/share/timedef/Makefile b/share/timedef/Makefile
index da947e9..5bf8a37 100644
--- a/share/timedef/Makefile
+++ b/share/timedef/Makefile
@@ -1,5 +1,120 @@
# $FreeBSD$
-SUBDIR = data
+NOMAN=YES
+CLEANFILES+= ${LOCALES:S/$/.out/g}
-.include <bsd.subdir.mk>
+LOCALES= da_DK.ISO_8859-1 \
+ de_AT.ISO_8859-1 \
+ de_DE.ISO_8859-1 \
+ en_GB.ISO_8859-1 \
+ en_US.ISO_8859-1 \
+ es_ES.ISO_8859-1 \
+ fi_FI.ISO_8859-1 \
+ fr_FR.ISO_8859-1 \
+ hr_HR.ISO_8859-2 \
+ hu_HU.ISO_8859-2 \
+ is_IS.ISO_8859-1 \
+ ja_JP.EUC \
+ ja_JP.SJIS \
+ it_IT.ISO_8859-1 \
+ ko_KR.EUC \
+ lt_LN.ISO_8859-1 \
+ nl_NL.ISO_8859-1 \
+ no_NO.ISO_8859-1 \
+ pl_PL.ISO_8859-2 \
+ pt_PT.ISO_8859-1 \
+ ru_SU.CP866 \
+ ru_SU.ISO_8859-5 \
+ ru_SU.KOI8-R \
+ sl_SI.ISO_8859-2 \
+ sv_SE.ISO_8859-1 \
+ zh_CN.EUC \
+ zh_TW.Big5
+
+LOCALEDIR= ${DESTDIR}/usr/share/locale
+
+8859_15_LINKS = da_DK de_AT de_DE en_GB en_US es_ES fi_FI fr_FR is_IS \
+ it_IT lt_LN nl_NL no_NO pt_PT sv_SE
+DE_LINKS = de_CH
+FR_LINKS = fr_BE fr_CA fr_CH
+IT_LINKS = it_CH
+LN_LINKS = lt_LN.ASCII lt_LN.ISO_8859-2
+NL_LINKS = nl_BE
+US_LINKS = en_CA
+GB_LINKS = en_AU
+JP_LINKS = ja_JP.Shift_JIS
+
+.SUFFIXES: .src .out
+
+.src.out:
+ grep -v '^#' < ${.IMPSRC} > ${.TARGET}
+
+all: ${LOCALES:S/$/.out/g}
+
+afterinstall:
+ for l in ${LOCALES}; do \
+ ${INSTALL} ${COPY} -m 644 -o ${BINOWN} -g ${BINGRP} $$l.out \
+ ${LOCALEDIR}/$$l/LC_TIME; \
+ done
+ for l in ${8859_15_LINKS}; do \
+ ln -fs ../$$l.ISO_8859-1/LC_TIME \
+ ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
+ done
+ for l in ${DE_LINKS}; do \
+ ln -fs ../de_DE.ISO_8859-1/LC_TIME \
+ ${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
+ done
+ for l in ${DE_LINKS}; do \
+ ln -fs ../de_DE.ISO_8859-1/LC_TIME \
+ ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
+ done
+ for l in ${IT_LINKS}; do \
+ ln -fs ../it_IT.ISO_8859-1/LC_TIME \
+ ${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
+ done
+ for l in ${IT_LINKS}; do \
+ ln -fs ../it_IT.ISO_8859-1/LC_TIME \
+ ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
+ done
+ for l in ${FR_LINKS}; do \
+ ln -fs ../fr_FR.ISO_8859-1/LC_TIME \
+ ${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
+ done
+ for l in ${FR_LINKS}; do \
+ ln -fs ../fr_FR.ISO_8859-1/LC_TIME \
+ ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
+ done
+ for l in ${LN_LINKS}; do \
+ ln -fs ../lt_LN.ISO_8859-1/LC_TIME \
+ ${LOCALEDIR}/$$l/LC_TIME; \
+ done
+ for l in ${NL_LINKS}; do \
+ ln -fs ../nl_NL.ISO_8859-1/LC_TIME \
+ ${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
+ done
+ for l in ${NL_LINKS}; do \
+ ln -fs ../nl_NL.ISO_8859-1/LC_TIME \
+ ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
+ done
+ for l in ${US_LINKS}; do \
+ ln -fs ../en_US.ISO_8859-1/LC_TIME \
+ ${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
+ done
+ for l in ${US_LINKS}; do \
+ ln -fs ../en_US.ISO_8859-1/LC_TIME \
+ ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
+ done
+ for l in ${GB_LINKS}; do \
+ ln -fs ../en_GB.ISO_8859-1/LC_TIME \
+ ${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
+ done
+ for l in ${GB_LINKS}; do \
+ ln -fs ../en_GB.ISO_8859-1/LC_TIME \
+ ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
+ done
+ for l in ${JP_LINKS}; do \
+ ln -fs ../ja_JP.SJIS/LC_TIME \
+ ${LOCALEDIR}/$$l/LC_TIME; \
+ done
+
+.include <bsd.prog.mk>
diff --git a/share/timedef/data/Makefile b/share/timedef/data/Makefile
deleted file mode 100644
index 5bf8a37..0000000
--- a/share/timedef/data/Makefile
+++ /dev/null
@@ -1,120 +0,0 @@
-# $FreeBSD$
-
-NOMAN=YES
-CLEANFILES+= ${LOCALES:S/$/.out/g}
-
-LOCALES= da_DK.ISO_8859-1 \
- de_AT.ISO_8859-1 \
- de_DE.ISO_8859-1 \
- en_GB.ISO_8859-1 \
- en_US.ISO_8859-1 \
- es_ES.ISO_8859-1 \
- fi_FI.ISO_8859-1 \
- fr_FR.ISO_8859-1 \
- hr_HR.ISO_8859-2 \
- hu_HU.ISO_8859-2 \
- is_IS.ISO_8859-1 \
- ja_JP.EUC \
- ja_JP.SJIS \
- it_IT.ISO_8859-1 \
- ko_KR.EUC \
- lt_LN.ISO_8859-1 \
- nl_NL.ISO_8859-1 \
- no_NO.ISO_8859-1 \
- pl_PL.ISO_8859-2 \
- pt_PT.ISO_8859-1 \
- ru_SU.CP866 \
- ru_SU.ISO_8859-5 \
- ru_SU.KOI8-R \
- sl_SI.ISO_8859-2 \
- sv_SE.ISO_8859-1 \
- zh_CN.EUC \
- zh_TW.Big5
-
-LOCALEDIR= ${DESTDIR}/usr/share/locale
-
-8859_15_LINKS = da_DK de_AT de_DE en_GB en_US es_ES fi_FI fr_FR is_IS \
- it_IT lt_LN nl_NL no_NO pt_PT sv_SE
-DE_LINKS = de_CH
-FR_LINKS = fr_BE fr_CA fr_CH
-IT_LINKS = it_CH
-LN_LINKS = lt_LN.ASCII lt_LN.ISO_8859-2
-NL_LINKS = nl_BE
-US_LINKS = en_CA
-GB_LINKS = en_AU
-JP_LINKS = ja_JP.Shift_JIS
-
-.SUFFIXES: .src .out
-
-.src.out:
- grep -v '^#' < ${.IMPSRC} > ${.TARGET}
-
-all: ${LOCALES:S/$/.out/g}
-
-afterinstall:
- for l in ${LOCALES}; do \
- ${INSTALL} ${COPY} -m 644 -o ${BINOWN} -g ${BINGRP} $$l.out \
- ${LOCALEDIR}/$$l/LC_TIME; \
- done
- for l in ${8859_15_LINKS}; do \
- ln -fs ../$$l.ISO_8859-1/LC_TIME \
- ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
- done
- for l in ${DE_LINKS}; do \
- ln -fs ../de_DE.ISO_8859-1/LC_TIME \
- ${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
- done
- for l in ${DE_LINKS}; do \
- ln -fs ../de_DE.ISO_8859-1/LC_TIME \
- ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
- done
- for l in ${IT_LINKS}; do \
- ln -fs ../it_IT.ISO_8859-1/LC_TIME \
- ${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
- done
- for l in ${IT_LINKS}; do \
- ln -fs ../it_IT.ISO_8859-1/LC_TIME \
- ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
- done
- for l in ${FR_LINKS}; do \
- ln -fs ../fr_FR.ISO_8859-1/LC_TIME \
- ${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
- done
- for l in ${FR_LINKS}; do \
- ln -fs ../fr_FR.ISO_8859-1/LC_TIME \
- ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
- done
- for l in ${LN_LINKS}; do \
- ln -fs ../lt_LN.ISO_8859-1/LC_TIME \
- ${LOCALEDIR}/$$l/LC_TIME; \
- done
- for l in ${NL_LINKS}; do \
- ln -fs ../nl_NL.ISO_8859-1/LC_TIME \
- ${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
- done
- for l in ${NL_LINKS}; do \
- ln -fs ../nl_NL.ISO_8859-1/LC_TIME \
- ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
- done
- for l in ${US_LINKS}; do \
- ln -fs ../en_US.ISO_8859-1/LC_TIME \
- ${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
- done
- for l in ${US_LINKS}; do \
- ln -fs ../en_US.ISO_8859-1/LC_TIME \
- ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
- done
- for l in ${GB_LINKS}; do \
- ln -fs ../en_GB.ISO_8859-1/LC_TIME \
- ${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
- done
- for l in ${GB_LINKS}; do \
- ln -fs ../en_GB.ISO_8859-1/LC_TIME \
- ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
- done
- for l in ${JP_LINKS}; do \
- ln -fs ../ja_JP.SJIS/LC_TIME \
- ${LOCALEDIR}/$$l/LC_TIME; \
- done
-
-.include <bsd.prog.mk>
diff --git a/share/timedef/data/da_DK.ISO_8859-1.src b/share/timedef/data/da_DK.ISO_8859-1.src
deleted file mode 100644
index 9b20264..0000000
--- a/share/timedef/data/da_DK.ISO_8859-1.src
+++ /dev/null
@@ -1,78 +0,0 @@
-# $FreeBSD$
-#
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-#
-# Short months names
-#
-Jan
-Feb
-Mar
-Apr
-Maj
-Jun
-Jul
-Aug
-Sep
-Okt
-Nov
-Dec
-#
-# Long months names
-#
-Januar
-Februar
-Marts
-April
-Maj
-Juni
-Juli
-August
-September
-Oktober
-November
-December
-#
-# Short weekdays names
-# (padded with a space to conform with other languages)
-Sn
-Man
-Tir
-Ons
-Tor
-Fre
-Lr
-#
-# Long weekdays names
-#
-Sndag
-Mandag
-Tirsdag
-Onsdag
-Torsdag
-Fredag
-Lrdag
-#
-# X_fmt
-#
-%H:%M:%S
-#
-# x_fmt
-#
-%d.%m.%y
-#
-# c_fmt
-#
-%a %e %b %X %Y
-#
-# am
-#
-am
-#
-# pm
-#
-pm
-#
-# date_fmt
-#
-%a %e %b %Y %X %Z
diff --git a/share/timedef/data/de_AT.ISO_8859-1.src b/share/timedef/data/de_AT.ISO_8859-1.src
deleted file mode 100644
index a54e69c..0000000
--- a/share/timedef/data/de_AT.ISO_8859-1.src
+++ /dev/null
@@ -1,78 +0,0 @@
-# $FreeBSD$
-#
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-#
-# Short months names
-#
-Jan
-Feb
-Mr
-Apr
-Mai
-Jun
-Jul
-Aug
-Sep
-Okt
-Nov
-Dez
-#
-# Long months names
-#
-Jnner
-Februar
-Mrz
-April
-Mai
-Juni
-Juli
-August
-September
-Oktober
-November
-Dezember
-#
-# Short weekdays names
-# (padded with a space to conform with other languages)
-So
-Mo
-Di
-Mi
-Do
-Fr
-Sa
-#
-# Long weekdays names
-#
-Sonntag
-Montag
-Dienstag
-Mittwoch
-Donnerstag
-Freitag
-Samstag
-#
-# X_fmt
-#
-%H:%M:%S
-#
-# x_fmt
-#
-%d.%m.%y
-#
-# c_fmt
-#
-%a %e %b %X %Y
-#
-# am
-#
-am
-#
-# pm
-#
-pm
-#
-# date_fmt
-#
-%a %e %b %Y %X %Z
diff --git a/share/timedef/data/de_DE.ISO_8859-1.src b/share/timedef/data/de_DE.ISO_8859-1.src
deleted file mode 100644
index 1911dd5..0000000
--- a/share/timedef/data/de_DE.ISO_8859-1.src
+++ /dev/null
@@ -1,78 +0,0 @@
-# $FreeBSD$
-#
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-#
-# Short months names
-#
-Jan
-Feb
-Mr
-Apr
-Mai
-Jun
-Jul
-Aug
-Sep
-Okt
-Nov
-Dez
-#
-# Long months names
-#
-Januar
-Februar
-Mrz
-April
-Mai
-Juni
-Juli
-August
-September
-Oktober
-November
-Dezember
-#
-# Short weekdays names
-# (padded with a space to conform with other languages)
-So
-Mo
-Di
-Mi
-Do
-Fr
-Sa
-#
-# Long weekdays names
-#
-Sonntag
-Montag
-Dienstag
-Mittwoch
-Donnerstag
-Freitag
-Samstag
-#
-# X_fmt
-#
-%H:%M:%S
-#
-# x_fmt
-#
-%d.%m.%y
-#
-# c_fmt
-#
-%a %e %b %X %Y
-#
-# am
-#
-am
-#
-# pm
-#
-pm
-#
-# date_fmt
-#
-%a %e %b %Y %X %Z
diff --git a/share/timedef/data/en_GB.ISO_8859-1.src b/share/timedef/data/en_GB.ISO_8859-1.src
deleted file mode 100644
index d752538..0000000
--- a/share/timedef/data/en_GB.ISO_8859-1.src
+++ /dev/null
@@ -1,78 +0,0 @@
-# $FreeBSD$
-#
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-#
-# Short month names
-#
-Jan
-Feb
-Mar
-Apr
-May
-Jun
-Jul
-Aug
-Sep
-Oct
-Nov
-Dec
-#
-# Long month names
-#
-January
-February
-March
-April
-May
-June
-July
-August
-September
-October
-November
-December
-#
-# Short weekday names
-#
-Sun
-Mon
-Tue
-Wed
-Thu
-Fri
-Sat
-#
-# Long weekday names
-#
-Sunday
-Monday
-Tuesday
-Wednesday
-Thursday
-Friday
-Saturday
-#
-# X_fmt
-#
-%H:%M:%S
-#
-# x_fmt
-#
-%d/%m/%y
-#
-# c_fmt
-#
-%a %b %e %X %Y
-#
-# am
-#
-am
-#
-# pm
-#
-pm
-#
-# date_fmt
-#
-%a %e %b %Y %X %Z
diff --git a/share/timedef/data/en_US.ISO_8859-1.src b/share/timedef/data/en_US.ISO_8859-1.src
deleted file mode 100644
index 24f2c51..0000000
--- a/share/timedef/data/en_US.ISO_8859-1.src
+++ /dev/null
@@ -1,78 +0,0 @@
-# $FreeBSD$
-#
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-#
-# Short month names
-#
-Jan
-Feb
-Mar
-Apr
-May
-Jun
-Jul
-Aug
-Sep
-Oct
-Nov
-Dec
-#
-# Long month names
-#
-January
-February
-March
-April
-May
-June
-July
-August
-September
-October
-November
-December
-#
-# Short weekday names
-#
-Sun
-Mon
-Tue
-Wed
-Thu
-Fri
-Sat
-#
-# Long weekday names
-#
-Sunday
-Monday
-Tuesday
-Wednesday
-Thursday
-Friday
-Saturday
-#
-# X_fmt
-#
-%H:%M:%S
-#
-# x_fmt
-#
-%m/%d/%y
-#
-# c_fmt
-#
-%a %b %e %X %Y
-#
-# am
-#
-AM
-#
-# pm
-#
-PM
-#
-# date_fmt
-#
-%a %e %b %X %Z %Y
diff --git a/share/timedef/data/es_ES.ISO_8859-1.src b/share/timedef/data/es_ES.ISO_8859-1.src
deleted file mode 100644
index 1eac378..0000000
--- a/share/timedef/data/es_ES.ISO_8859-1.src
+++ /dev/null
@@ -1,78 +0,0 @@
-# $FreeBSD$
-#
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-#
-# Short months names
-#
-ene
-feb
-mar
-abr
-may
-jun
-jul
-ago
-sep
-oct
-nov
-dic
-#
-# Long months names
-#
-enero
-febrero
-marzo
-abril
-mayo
-junio
-julio
-agosto
-septiembre
-octubre
-noviembre
-diciembre
-#
-# Short weekdays names
-#
-dom
-lun
-mar
-mi
-jue
-vie
-sb
-#
-# Long weekdays names
-#
-domingo
-lunes
-martes
-mircoles
-jueves
-viernes
-sbado
-#
-# X_fmt
-#
-%H:%M:%S
-#
-# x_fmt
-#
-%d/%m/%y
-#
-# c_fmt
-#
-%a %e %b %X %Y
-#
-# am
-#
-AM
-#
-# pm
-#
-PM
-#
-# date_fmt
-#
-%A, %e de %B de %Y, %X %Z
diff --git a/share/timedef/data/fi_FI.ISO_8859-1.src b/share/timedef/data/fi_FI.ISO_8859-1.src
deleted file mode 100644
index c9a1ec1..0000000
--- a/share/timedef/data/fi_FI.ISO_8859-1.src
+++ /dev/null
@@ -1,77 +0,0 @@
-# $FreeBSD$
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-#
-# Short month names
-#
-Tam
-Hel
-Maa
-Huh
-Tou
-Kes
-Hei
-Elo
-Syy
-Lok
-Mar
-Jou
-#
-# Long month names
-#
-Tammikuu
-Helmikuu
-Maaliskuu
-Huhtikuu
-Toukokuu
-Keskuu
-Heinkuu
-Elokuu
-Syyskuu
-Lokakuu
-Marraskuu
-Joulukuu
-#
-# Short weekday names
-# (padded with a space to conform with other languages)
-Su
-Ma
-Ti
-Ke
-To
-Pe
-La
-#
-# Long weekday names
-#
-Sunnuntai
-Maanantai
-Tiistai
-Keskiviikko
-Torstai
-Perjantai
-Lauantai
-#
-# X_fmt
-#
-%H:%M:%S
-#
-# x_fmt
-#
-%d.%m.%y
-#
-# c_fmt
-#
-%a %b %e %X %Y
-#
-# am
-#
-am
-#
-# pm
-#
-pm
-#
-# date_fmt
-#
-%a %e %b %Y %X %Z
diff --git a/share/timedef/data/fr_FR.ISO_8859-1.src b/share/timedef/data/fr_FR.ISO_8859-1.src
deleted file mode 100644
index 0e649b2..0000000
--- a/share/timedef/data/fr_FR.ISO_8859-1.src
+++ /dev/null
@@ -1,78 +0,0 @@
-# $FreeBSD$
-#
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-#
-# Short months names
-#
-jan
-fv
-mar
-avr
-mai
-jui
-jul
-ao
-sep
-oct
-nov
-dc
-#
-# Long months names
-#
-janvier
-fvrier
-mars
-avril
-mai
-juin
-juillet
-aot
-septembre
-octobre
-novembre
-dcembre
-#
-# Short weekdays names
-#
-Dim
-Lun
-Mar
-Mer
-Jeu
-Ven
-Sam
-#
-# Long weekdays names
-#
-Dimanche
-Lundi
-Mardi
-Mercredi
-Jeudi
-Vendredi
-Samedi
-#
-# X_fmt
-#
-%H:%M:%S
-#
-# x_fmt
-#
-%d.%m.%y
-#
-# c_fmt
-#
-%a %e %b %X %Y
-#
-# am
-#
-
-#
-# pm
-#
-pm
-#
-# date_fmt
-#
-%a %e %b %Y %X %Z
diff --git a/share/timedef/data/hr_HR.ISO_8859-2.src b/share/timedef/data/hr_HR.ISO_8859-2.src
deleted file mode 100644
index c084248..0000000
--- a/share/timedef/data/hr_HR.ISO_8859-2.src
+++ /dev/null
@@ -1,78 +0,0 @@
-# $FreeBSD$
-#
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-#
-# Short months names
-#
-Sij
-Vel
-Ou
-Tra
-Svi
-Lip
-Srp
-Kol
-Ruj
-Lis
-Stu
-Pro
-#
-# Long months names
-#
-Sijeanj
-Veljaa
-Oujak
-Travanj
-Svibanj
-Lipanj
-Srpanj
-Kolovoz
-Rujan
-Listopad
-Studeni
-Prosinac
-#
-# Short weekdays names
-# (padded with a space to conform with other languages)
-Ne
-Po
-Ut
-Sr
-e
-Pe
-Su
-#
-# Long weekdays names
-#
-Nedjelja
-Ponedjeljak
-Utorak
-Srijeda
-etvrtak
-Petak
-Subota
-#
-# X_fmt
-#
-%H:%M:%S
-#
-# x_fmt
-#
-%d.%m.%y
-#
-# c_fmt
-#
-%a %e %b %X %Y
-#
-# am
-#
-am
-#
-# pm
-#
-pm
-#
-# date_fmt
-#
-%a %e %b %Y %X %Z
diff --git a/share/timedef/data/hu_HU.ISO_8859-2.src b/share/timedef/data/hu_HU.ISO_8859-2.src
deleted file mode 100644
index eb5f4f1..0000000
--- a/share/timedef/data/hu_HU.ISO_8859-2.src
+++ /dev/null
@@ -1,77 +0,0 @@
-# This is a Hungarian LC_TIME file for ISO 8859-2 code-table
-# Made by Gabor Zahemszky <zgabor@CoDe.hu>
-#
-# Short month names
-#
-Jan
-Feb
-Mr
-pr
-Mj
-Jn
-Jl
-Aug
-Sze
-Okt
-Nov
-Dec
-#
-# Long month names
-#
-Janur
-Februr
-Mrcius
-prilis
-Mjus
-Jnius
-Jlius
-Augusztus
-Szeptember
-Oktber
-November
-December
-#
-# Short weekday names
-# (padded with spaces to comform with other languages)
-#
-Vas
-Ht
-Ked
-Sze
-Cs
-Pn
-Szo
-#
-# Long weekday names
-#
-Vasrnap
-Htf
-Kedd
-Szerda
-Cstrtk
-Pntek
-Szombat
-#
-# X_fmt
-#
-%H:%M:%S
-#
-# x_fmt
-#
-%Y/%m/%d
-#
-# c_fmt
-#
-%a %b %e %X %Y
-#
-# am
-#
-de
-#
-# pm
-#
-du
-#
-# date_fmt
-#
-%Y %b %e %a %X %Z
diff --git a/share/timedef/data/is_IS.ISO_8859-1.src b/share/timedef/data/is_IS.ISO_8859-1.src
deleted file mode 100644
index 5ae39bc..0000000
--- a/share/timedef/data/is_IS.ISO_8859-1.src
+++ /dev/null
@@ -1,78 +0,0 @@
-# $FreeBSD$
-#
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-#
-# Short month names
-#
-jan
-feb
-mar
-apr
-ma
-jn
-jl
-g
-sep
-okt
-nv
-des
-#
-# Long month names
-#
-janar
-febrar
-mars
-aprl
-ma
-jn
-jl
-gst
-september
-oktber
-nvember
-desember
-#
-# Short weekday names
-#
-sun
-mn
-ri
-mi
-fim
-fs
-lau
-#
-# Long weekday names
-#
-sunnudagur
-mnudagur
-rijudagur
-mivikudagur
-fimmtudagur
-fstudagur
-laugardagur
-#
-# X_fmt
-#
-%H:%M:%S
-#
-# x_fmt
-#
-%d.%m.%y
-#
-# c_fmt
-#
-%a %b %e %X %Y
-#
-# am
-#
-fh
-#
-# pm
-#
-eh
-#
-# date_fmt
-#
-%a %e %b %Y %X %Z
diff --git a/share/timedef/data/it_IT.ISO_8859-1.src b/share/timedef/data/it_IT.ISO_8859-1.src
deleted file mode 100644
index c956294..0000000
--- a/share/timedef/data/it_IT.ISO_8859-1.src
+++ /dev/null
@@ -1,78 +0,0 @@
-# $FreeBSD$
-#
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-#
-# Short month names
-#
-Gen
-Feb
-Mar
-Apr
-Mag
-Giu
-Lug
-Ago
-Set
-Ott
-Nov
-Dic
-#
-# Long month names
-#
-Gennaio
-Febbraio
-Marzo
-Aprile
-Maggio
-Giugno
-Luglio
-Agosto
-Settembre
-Ottobre
-Novembre
-Dicembre
-#
-# Short weekday names
-#
-Dom
-Lun
-Mar
-Mer
-Gio
-Ven
-Sab
-#
-# Long weekday names
-#
-Domenica
-Lunedi
-Martedi
-Mercoledi
-Giovedi
-Venerdi
-Sabato
-#
-# X_fmt
-#
-%H:%M:%S
-#
-# x_fmt
-#
-%d.%m.%y
-#
-# c_fmt
-#
-%a %e %b %X %Y
-#
-# am
-#
-am
-#
-# pm
-#
-pm
-#
-# date_fmt
-#
-%a %e %b %Y %X %Z
diff --git a/share/timedef/data/ja_JP.EUC.src b/share/timedef/data/ja_JP.EUC.src
deleted file mode 100644
index 019ec4f..0000000
--- a/share/timedef/data/ja_JP.EUC.src
+++ /dev/null
@@ -1,86 +0,0 @@
-# $FreeBSD$
-#
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-#
-# Short month names
-# it must be 3 char
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
-#
-# Long month names
-#
-1
-2
-3
-4
-5
-6
-7
-8
-9
-10
-11
-12
-#
-# Short weekday names
-#
-# it must be 3 char also
-# two char is our weekday name, and be careful one space is in the last
-
-
-
-
-
-
-
-#
-# Long weekday names
-#
-
-
-
-
-
-
-
-#
-# X_fmt
-#
-%H%Mʬ%S
-#
-# x_fmt
-#
-%y/%m/%d
-#
-# c_fmt
-#
-# just following tradition...
-# %a %b %e %H:%M:%S %Y
-%a %b/%e %T %Y
-#
-# am
-#
-# it must be 2 char
-#
-AM
-#
-# pm
-#
-# it must be 2 char
-#
-PM
-#
-# date_fmt
-#
-%Yǯ %B%e %A %X %Z
diff --git a/share/timedef/data/ja_JP.SJIS.src b/share/timedef/data/ja_JP.SJIS.src
deleted file mode 100644
index 9a6559b..0000000
--- a/share/timedef/data/ja_JP.SJIS.src
+++ /dev/null
@@ -1,86 +0,0 @@
-# $FreeBSD$
-#
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-#
-# Short month names
-# it must be 3 char
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
-#
-# Long month names
-#
-1
-2
-3
-4
-5
-6
-7
-8
-9
-10
-11
-12
-#
-# Short weekday names
-#
-# it must be 3 char also
-# two char is our weekday name, and be careful one space is in the last
-
-
-
-
-
-
-y
-#
-# Long weekday names
-#
-j
-j
-Ηj
-j
-ؗj
-j
-yj
-#
-# X_fmt
-#
-%H%M%Sb
-#
-# x_fmt
-#
-%y/%m/%d
-#
-# c_fmt
-#
-# just following tradition...
-# %a %b %e %H:%M:%S %Y
-%a %b/%e %T %Y
-#
-# am
-#
-# it must be 2 char
-#ߑO
-AM
-#
-# pm
-#
-# it must be 2 char
-#ߌ
-PM
-#
-# date_fmt
-#
-%YN %B%e %A %X %Z
diff --git a/share/timedef/data/ko_KR.EUC.src b/share/timedef/data/ko_KR.EUC.src
deleted file mode 100644
index 65fed23..0000000
--- a/share/timedef/data/ko_KR.EUC.src
+++ /dev/null
@@ -1,89 +0,0 @@
-# $FreeBSD$
-#
-# Choi Jun Ho <jazz.snu.ac.kr>
-# 27 Mar 1997
-#
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-#
-# Short month names
-# it must be 3 char
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
-#
-# Long month names
-#
-1
-2
-3
-4
-5
-6
-7
-8
-9
-10
-11
-12
-#
-# Short weekday names
-#
-# it must be 3 char also
-# two char is our weekday name, and be careful one space is in the last
-
-
-
-
-
-
-#
-# Long weekday names
-#
-Ͽ
-
-
-
-ݿ
-
-#
-# X_fmt
-#
-%H %M %S
-#
-# x_fmt
-#
-%y/%m/%d
-#
-# c_fmt
-#
-# just following tradition...
-# %Y %b %e %a %X
-%a %b %e %H:%M:%S %Y
-#
-# am
-#
-# it must be 2 char
-#
-AM
-#
-# pm
-#
-# it must be 2 char
-#
-PM
-#
-# date_fmt
-#
-%Y %b %e %a %X %Z
diff --git a/share/timedef/data/lt_LN.ISO_8859-1.src b/share/timedef/data/lt_LN.ISO_8859-1.src
deleted file mode 100644
index e583885..0000000
--- a/share/timedef/data/lt_LN.ISO_8859-1.src
+++ /dev/null
@@ -1,80 +0,0 @@
-# $FreeBSD$
-# This is Latin. The week with seven days was introduced in the
-# Roman Empire 321 AD. (Konstantin I)
-#
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-#
-# Short month names
-#
-Ian
-Feb
-Mar
-Apr
-Mai
-Iun
-Iul
-Aug
-Sep
-Oct
-Nov
-Dec
-#
-# Long month names
-#
-Ianuarius
-Februarius
-Martius
-Aprilis
-Maius
-Iunius
-Iulius
-Augustus
-September
-October
-November
-December
-#
-# Short weekday names
-#
-Sol
-Lun
-Mar
-Mer
-Iov
-Ven
-Sat
-#
-# Long weekday names
-#
-dies Solis
-dies Lunae
-dies Martis
-dies Mercurii
-dies Iovis
-dies Veneris
-dies Saturni
-#
-# X_fmt
-#
-%H:%M:%S
-#
-# x_fmt
-#
-%d.%m.%y
-#
-# c_fmt
-#
-%a %e %b %X %Y
-#
-# am
-#
-am
-#
-# pm
-#
-pm
-#
-# date_fmt
-#
-%a %e %b %Y %X %Z
diff --git a/share/timedef/data/nl_NL.ISO_8859-1.src b/share/timedef/data/nl_NL.ISO_8859-1.src
deleted file mode 100644
index 57bcb1b..0000000
--- a/share/timedef/data/nl_NL.ISO_8859-1.src
+++ /dev/null
@@ -1,78 +0,0 @@
-# $FreeBSD$
-#
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-#
-# Short month names
-#
-jan
-feb
-mrt
-apr
-mei
-jun
-jul
-aug
-sep
-okt
-nov
-dec
-#
-# Long month names
-#
-januari
-februari
-maart
-april
-mei
-juni
-juli
-augustus
-september
-oktober
-november
-december
-#
-# Short weekday names
-# (padded with a space to conform with other languages)
-zo
-ma
-di
-wo
-do
-vr
-za
-#
-# Long weekday names
-#
-zondag
-maandag
-dinsdag
-woensdag
-donderdag
-vrijdag
-zaterdag
-#
-# X_fmt
-#
-%H:%M:%S
-#
-# x_fmt
-#
-%d-%m-%Y
-#
-# c_fmt
-#
-%a %e %b %X %Y
-#
-# am
-#
-am
-#
-# pm
-#
-pm
-#
-# date_fmt
-#
-%a %e %b %Y %X %Z
diff --git a/share/timedef/data/no_NO.ISO_8859-1.src b/share/timedef/data/no_NO.ISO_8859-1.src
deleted file mode 100644
index faea620..0000000
--- a/share/timedef/data/no_NO.ISO_8859-1.src
+++ /dev/null
@@ -1,78 +0,0 @@
-# $FreeBSD$
-#
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-#
-# Short months names
-#
-jan
-feb
-mar
-apr
-mai
-jun
-jul
-aug
-sep
-okt
-nov
-des
-#
-# Long months names
-#
-januar
-februar
-mars
-april
-mai
-juni
-juli
-august
-september
-oktober
-november
-desember
-#
-# Short weekdays names
-# (padded with a space to conform with other languages)
-sn
-man
-tir
-ons
-tor
-fre
-lr
-#
-# Long weekdays names
-#
-sndag
-mandag
-tirsdag
-onsdag
-torsdag
-fredag
-lrdag
-#
-# X_fmt
-#
-%H:%M:%S
-#
-# x_fmt
-#
-%d.%m.%y
-#
-# c_fmt
-#
-%a %e %b %X %Y
-#
-# am
-#
-am
-#
-# pm
-#
-pm
-#
-# date_fmt
-#
-%a %e %b %Y %X %Z
diff --git a/share/timedef/data/pl_PL.ISO_8859-2.src b/share/timedef/data/pl_PL.ISO_8859-2.src
deleted file mode 100644
index 69cd1e6..0000000
--- a/share/timedef/data/pl_PL.ISO_8859-2.src
+++ /dev/null
@@ -1,74 +0,0 @@
-#
-# Short month names
-#
-Sty
-Lut
-Mar
-Kwi
-Maj
-Cze
-Lip
-Sie
-Wrz
-Paz
-Lis
-Gru
-#
-# Long month names
-#
-Stycze
-Luty
-Marzec
-Kwiecie
-Maj
-Czerwiec
-Lipiec
-Sierpie
-Wrzesie
-Padziernik
-Listopad
-Grudzie
-#
-# Short weekday names
-#
-Ndz
-Pon
-Wto
-ro
-Czw
-Pi
-Sob
-#
-# Long weekday names
-#
-Niedziela
-Poniedziaek
-Wtorek
-roda
-Czwartek
-Pitek
-Sobota
-#
-# X_fmt
-#
-%H:%M:%S
-#
-# x_fmt
-#
-%y.%m.%d
-#
-# c_fmt
-#
-%a %e %b %X %Y
-#
-# am
-#
-
-#
-# pm
-#
-
-#
-# date_fmt
-#
-%a %e %b %X %Y %Z
diff --git a/share/timedef/data/pt_PT.ISO_8859-1.src b/share/timedef/data/pt_PT.ISO_8859-1.src
deleted file mode 100644
index 355033f..0000000
--- a/share/timedef/data/pt_PT.ISO_8859-1.src
+++ /dev/null
@@ -1,79 +0,0 @@
-# $FreeBSD$
-#
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-# In Portugal we don't use the 12 + am/pm but the 24h format
-#
-# Short months names
-#
-Jan
-Fev
-Mar
-Abr
-Mai
-Jun
-Jul
-Ago
-Set
-Out
-Nov
-Dez
-#
-# Long months names
-#
-Janeiro
-Fevereiro
-Maro
-Abril
-Maio
-Junho
-Julho
-Agosto
-Setembro
-Outubro
-Novembro
-Dezembro
-#
-# Short weekdays names
-# (padded with a space to conform with other languages)
-Dom
-Seg
-Ter
-Qua
-Qui
-Sex
-Sb
-#
-# Long weekdays names
-#
-Domingo
-Segunda Feira
-Tera Feira
-Quarta Feira
-Quinta Feira
-Sexta Feira
-Sbado
-#
-# X_fmt
-#
-%H:%M:%S
-#
-# x_fmt
-#
-%d.%m.%y
-#
-# c_fmt
-#
-%a %e %b %X %Y
-#
-# am
-#
-
-#
-# pm
-#
-pm
-#
-# date_fmt
-#
-%a %e %b %Y %X %Z
diff --git a/share/timedef/data/ru_SU.CP866.src b/share/timedef/data/ru_SU.CP866.src
deleted file mode 100644
index 74d9f95..0000000
--- a/share/timedef/data/ru_SU.CP866.src
+++ /dev/null
@@ -1,93 +0,0 @@
-# $FreeBSD$
-#
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-#
-# Short months names
-#
-ﭢ
-䥢
-
-
-
-
-
-
-ᥭ
-
-
-
-#
-# Long months names
-#
-ﭢ
-䥢ࠫ
-
-५
-
-
-
-
-ᥭ
-
-
-
-#
-# Short weekdays names
-#
-
-
-
-
-
-
-
-#
-# Long weekdays names
-#
-ᥭ
-쭨
-୨
-।
-⢥
-⭨
-㡡
-#
-# X_fmt
-#
-%H:%M:%S
-#
-# x_fmt
-#
-%d.%m.%y
-#
-# c_fmt
-#
-%a %e %b %X %Y
-#
-# am
-# (two spaces)
-
-#
-# pm
-#
-
-#
-# date_fmt
-#
-%a %e %b %Y %X %Z
-#
-# Long month names in alternative form
-#
-ﭢ
-䥢ࠫ
-
-५
-
-
-
-
-ᥭ
-
-
-
diff --git a/share/timedef/data/ru_SU.ISO_8859-5.src b/share/timedef/data/ru_SU.ISO_8859-5.src
deleted file mode 100644
index c0e2aa2..0000000
--- a/share/timedef/data/ru_SU.ISO_8859-5.src
+++ /dev/null
@@ -1,93 +0,0 @@
-# $FreeBSD$
-#
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-#
-# Short months names
-#
-
-
-
-
-
-
-
-
-
-
-
-
-#
-# Long months names
-#
-
-
-
-
-
-
-
-
-
-
-
-
-#
-# Short weekdays names
-#
-
-
-
-
-
-
-
-#
-# Long weekdays names
-#
-
-
-
-
-
-
-
-#
-# X_fmt
-#
-%H:%M:%S
-#
-# x_fmt
-#
-%d.%m.%y
-#
-# c_fmt
-#
-%a %e %b %X %Y
-#
-# am
-# (two spaces)
-
-#
-# pm
-#
-
-#
-# date_fmt
-#
-%a %e %b %Y %X %Z
-#
-# Long month names in alternative form
-#
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/share/timedef/data/ru_SU.KOI8-R.src b/share/timedef/data/ru_SU.KOI8-R.src
deleted file mode 100644
index 4b6d867..0000000
--- a/share/timedef/data/ru_SU.KOI8-R.src
+++ /dev/null
@@ -1,93 +0,0 @@
-# $FreeBSD$
-#
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-#
-# Short months names
-#
-
-
-
-
-
-
-
-
-
-
-
-
-#
-# Long months names
-#
-
-
-
-
-
-
-
-
-
-
-
-
-#
-# Short weekdays names
-#
-
-
-
-
-
-
-
-#
-# Long weekdays names
-#
-
-
-
-
-
-
-
-#
-# X_fmt
-#
-%H:%M:%S
-#
-# x_fmt
-#
-%d.%m.%y
-#
-# c_fmt
-#
-%a %e %b %X %Y
-#
-# am
-# (two spaces)
-
-#
-# pm
-#
-
-#
-# date_fmt
-#
-%a %e %b %Y %X %Z
-#
-# Long month names in alternative form
-#
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/share/timedef/data/sl_SI.ISO_8859-2.src b/share/timedef/data/sl_SI.ISO_8859-2.src
deleted file mode 100644
index 874996c..0000000
--- a/share/timedef/data/sl_SI.ISO_8859-2.src
+++ /dev/null
@@ -1,78 +0,0 @@
-# $FreeBSD$
-#
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-#
-# Short months names
-#
-Jan
-Feb
-Mar
-Apr
-Maj
-Jun
-Jul
-Avg
-Sep
-Okt
-Nov
-Dec
-#
-# Long months names
-#
-Januar
-Februar
-Marec
-April
-Maj
-Junij
-Julij
-Avgust
-September
-Oktober
-November
-December
-#
-# Short weekdays names
-#
-Ned
-Pon
-Tor
-Sre
-et
-Pet
-Sob
-#
-# Long weekdays names
-#
-Nedelja
-Ponedeljek
-Torek
-Sreda
-etrtek
-Petek
-Sobota
-#
-# X_fmt
-#
-%H:%M:%S
-#
-# x_fmt
-#
-%d.%m.%y
-#
-# c_fmt
-#
-%a %e %b %X %Y
-#
-# am
-#
-am
-#
-# pm
-#
-pm
-#
-# date_fmt
-#
-%a %e %b %Y %X %Z
diff --git a/share/timedef/data/sv_SE.ISO_8859-1.src b/share/timedef/data/sv_SE.ISO_8859-1.src
deleted file mode 100644
index 7778f1a..0000000
--- a/share/timedef/data/sv_SE.ISO_8859-1.src
+++ /dev/null
@@ -1,77 +0,0 @@
-# $FreeBSD$
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-#
-# Short month names
-#
-Jan
-Feb
-Mar
-Apr
-Maj
-Jun
-Jul
-Aug
-Sep
-Okt
-Nov
-Dec
-#
-# Long month names
-#
-Januari
-Februari
-Mars
-April
-Maj
-Juni
-Juli
-Augusti
-September
-Oktober
-November
-December
-#
-# Short weekday names
-# (padded with a space to conform with other languages)
-Sn
-Mn
-Tis
-Ons
-Tor
-Fre
-Lr
-#
-# Long weekday names
-#
-Sndag
-Mndag
-Tisdag
-Onsdag
-Torsdag
-Fredag
-Lrdag
-#
-# X_fmt
-#
-%H:%M:%S
-#
-# x_fmt
-#
-%d.%m.%y
-#
-# c_fmt
-#
-%a %e %b %X %Y
-#
-# am
-#
-am
-#
-# pm
-#
-pm
-#
-# date_fmt
-#
-%a %e %b %Y %X %Z
diff --git a/share/timedef/data/zh_CN.EUC.src b/share/timedef/data/zh_CN.EUC.src
deleted file mode 100644
index 22c0975..0000000
--- a/share/timedef/data/zh_CN.EUC.src
+++ /dev/null
@@ -1,78 +0,0 @@
-# $FreeBSD$
-#
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-#
-# Short month names
-#
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
-10
-11
-12
-#
-# Long month names
-#
-
-
-
-
-
-
-
-
-ʮһ
-#
-# Short weekday names
-#
-
-
-
-
-
-#
-# Long weekday names
-#
-
-
-
-
-
-#
-# X_fmt
-#
-%Hʱ%M%S
-#
-# x_fmt
-#
-%y/%m/%d
-#
-# c_fmt
-#
-%a %b/%e %T %Y
-#
-# am
-#
-
-#
-# pm
-#
-
-#
-# date_fmt
-#
-%Y%b%e %A %X %Z
diff --git a/share/timedef/data/zh_TW.Big5.src b/share/timedef/data/zh_TW.Big5.src
deleted file mode 100644
index b0e0cc5..0000000
--- a/share/timedef/data/zh_TW.Big5.src
+++ /dev/null
@@ -1,78 +0,0 @@
-# $FreeBSD$
-#
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-#
-# Short month names
-# It should be 3 characters. Add a space char at the beginning of every line.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
-#
-# Long month names
-#
-1
-2
-3
-4
-5
-6
-7
-8
-9
-10
-11
-12
-#
-# Short weekday names
-# 3 char too, add a space char at the ending of every line.
-
-@
-G
-T
-|
-
-
-#
-# Long weekday names
-#
-P
-P@
-PG
-PT
-P|
-P
-P
-#
-# X_fmt
-#
-%H%M%S
-#
-# x_fmt
-#
-%y/%m/%d
-#
-# c_fmt
-#
-%a %b/%e %T %Y
-#
-# am
-#
-W
-#
-# pm
-#
-U
-#
-# date_fmt
-#
-%Y~%b%e %A %X %Z
OpenPOWER on IntegriCloud