Add LC_TIME file for Netherlands (nl_NL) and via symlink for
the northern part of Belgium (nl_BE). The southern part of Belgium is supposed to be covered by the LC_TIME file in fr_BE. Now only the LC_TIME for Finland is left to close PR 5409. PR: 5409 Submitted by: Arjan de Vet Thanks!
This commit is contained in:
parent
195940cc1e
commit
3325d1e522
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.21 1998/01/02 11:44:27 helbig Exp $
|
||||
# $Id: Makefile,v 1.22 1998/01/04 00:03:52 helbig Exp $
|
||||
|
||||
NOMAN=YES
|
||||
CLEANFILES+= ${LOCALES:S/$/.out/g}
|
||||
@ -16,6 +16,7 @@ LOCALES= da_DK.ISO_8859-1 \
|
||||
ja_JP.SJIS \
|
||||
it_IT.ISO_8859-1 \
|
||||
ko_KR.EUC \
|
||||
nl_NL.ISO_8859-1 \
|
||||
no_NO.ISO_8859-1 \
|
||||
pl_PL.ISO_8859-2 \
|
||||
pt_PT.ISO_8859-1 \
|
||||
@ -29,6 +30,7 @@ LOCALEDIR= ${DESTDIR}/usr/share/locale
|
||||
DE_LINKS = de_CH
|
||||
FR_LINKS = fr_BE fr_CA fr_CH
|
||||
IT_LINKS = it_CH
|
||||
NL_LINKS = nl_BE
|
||||
US_LINKS = en_AU en_CA
|
||||
|
||||
.SUFFIXES: .src .out
|
||||
@ -47,6 +49,10 @@ afterinstall:
|
||||
ln -fs ../de_DE.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.ISO_8859-1/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; \
|
||||
|
78
share/timedef/data/nl_NL.ISO_8859-1.src
Normal file
78
share/timedef/data/nl_NL.ISO_8859-1.src
Normal file
@ -0,0 +1,78 @@
|
||||
# $Id$
|
||||
#
|
||||
# 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
|
78
share/timedef/nl_NL.ISO8859-1.src
Normal file
78
share/timedef/nl_NL.ISO8859-1.src
Normal file
@ -0,0 +1,78 @@
|
||||
# $Id$
|
||||
#
|
||||
# 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
|
78
share/timedef/nl_NL.ISO_8859-1.src
Normal file
78
share/timedef/nl_NL.ISO_8859-1.src
Normal file
@ -0,0 +1,78 @@
|
||||
# $Id$
|
||||
#
|
||||
# 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
|
Loading…
Reference in New Issue
Block a user