summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-08-05 23:23:41 +0000
committerache <ache@FreeBSD.org>1995-08-05 23:23:41 +0000
commite90c6792aa358bb973090d2a8949d2f7e940fb9b (patch)
tree211938796ffc75d0aee7444e8583109505784952 /usr.bin
parenta262e6cddb810a6befd00723551919d5c877c8f3 (diff)
downloadFreeBSD-src-e90c6792aa358bb973090d2a8949d2f7e940fb9b.zip
FreeBSD-src-e90c6792aa358bb973090d2a8949d2f7e940fb9b.tar.gz
Very simple LC_TIME compiler, you fill free to commit more complicated one
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/timedef/Makefile13
-rw-r--r--usr.bin/timedef/data/ru_SU.KOI8-R76
2 files changed, 89 insertions, 0 deletions
diff --git a/usr.bin/timedef/Makefile b/usr.bin/timedef/Makefile
new file mode 100644
index 0000000..80fe8d9
--- /dev/null
+++ b/usr.bin/timedef/Makefile
@@ -0,0 +1,13 @@
+# $Id: Makefile,v 1.3 1995/06/19 22:15:35 asami Exp $
+
+LOCALES= ru_SU.KOI8-R
+LOCALEDIR= ${DESTDIR}/usr/share/locale
+
+afterinstall:
+ for l in ${LOCALES}; do \
+ grep -v '^#' < ${.CURDIR}/data/$$l > ${LOCALEDIR}/$$l/LC_TIME; \
+ chown ${BINOWN}.${BINGRP} ${LOCALEDIR}/$$l/LC_TIME; \
+ chmod 644 ${LOCALEDIR}/$$l/LC_TIME; \
+ done
+
+.include <bsd.prog.mk>
diff --git a/usr.bin/timedef/data/ru_SU.KOI8-R b/usr.bin/timedef/data/ru_SU.KOI8-R
new file mode 100644
index 0000000..40589e4
--- /dev/null
+++ b/usr.bin/timedef/data/ru_SU.KOI8-R
@@ -0,0 +1,76 @@
+# 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
+#
+%x %X
+#
+# am
+#
+
+#
+# pm
+#
+пополудни
+#
+# date_fmt
+#
+%a %e %b %H:%M:%S %Z %Y
OpenPOWER on IntegriCloud