View | Details | Raw Unified | Return to bug 24970 | Differences between
and this patch

Collapse All | Expand All

(-)monetdef/Makefile (-1 / +2 lines)
Lines 3-9 Link Here
3
NOMAN=YES
3
NOMAN=YES
4
CLEANFILES+= ${LOCALES:S/$/.out/g}
4
CLEANFILES+= ${LOCALES:S/$/.out/g}
5
5
6
LOCALES=	en_US.ISO_8859-1 \
6
LOCALES=	cs_CZ.ISO_8859-2 \
7
		en_US.ISO_8859-1 \
7
		nl_NL.ISO_8859-1 \
8
		nl_NL.ISO_8859-1 \
8
		ru_RU.KOI8-R
9
		ru_RU.KOI8-R
9
10
(-)monetdef/cs_CZ.ISO_8859-2.src (+36 lines)
Line 0 Link Here
1
# $FreeBSD$
2
#
3
# WARNING: spaces may be essential at the end of lines
4
# WARNING: empty lines are essential too
5
#
6
# int_curr_symbol
7
CZK 
8
# currency_symbol
9
10
# mon_decimal_point
11
,
12
# mon_thousands_sep
13
 
14
# mon_grouping
15
3;3
16
# positive_sign
17
18
# negative_sign
19
-
20
# int_frac_digits
21
2
22
# frac_digits
23
2
24
# p_cs_precedes
25
1
26
# p_sep_by_space
27
2
28
# n_cs_precedes
29
1
30
# n_sep_by_space
31
2
32
# p_sign_posn
33
4
34
# n_sign_posn
35
4
36
# EOF

Return to bug 24970