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

Collapse All | Expand All

(-)share/monetdef/zh_CN.GB18030.src Sun May 4 00:50:08 2003 (+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 (last character always SPACE)
7
CNY=20
8
# currency_symbol
9
=A3=A4
10
# mon_decimal_point
11
.
12
# mon_thousands_sep
13
,
14
# mon_grouping, separated by ;
15
3;3
16
# positive_sign
17
18
# negative_sign
19
-
20
# int_frac_digits
21
0
22
# frac_digits
23
0
24
# p_cs_precedes
25
1
26
# p_sep_by_space
27
0
28
# n_cs_precedes
29
1
30
# n_sep_by_space
31
0
32
# p_sign_posn
33
1
34
# n_sign_posn
35
4
36
# EOF
0
              =20
37
              =20
(-)share/msgdef/Makefile Sun May 4 00:55:28 2003 (+1 lines)
Lines 40-45 Link Here
40
               ja_JP.eucJP \
40
               ja_JP.eucJP \
41
               ja_JP.SJIS \
41
               ja_JP.SJIS \
42
               zh_TW.Big5 \
42
               zh_TW.Big5 \
43
               zh_CN.GB18030 \
43
               zh_CN.eucCN
44
               zh_CN.eucCN
44
LOCALEDIR=3D     ${DESTDIR}/usr/share/locale
45
LOCALEDIR=3D     ${DESTDIR}/usr/share/locale

Return to bug 51730