/share/monetdef/pt_BR.ISO8859-1.src
https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 36 lines · 35 code · 1 blank · 0 comment · 0 complexity · 8d119fecb99bbd4a6aa07ded9ca5dca5 MD5 · raw file
- # $FreeBSD$
- #
- # WARNING: spaces may be essential at the end of lines
- # WARNING: empty lines are essential too
- #
- # int_curr_symbol (last character always SPACE)
- BRL
- # currency_symbol
- R$
- # mon_decimal_point (possibly incorrect for pt_BR)
- ,
- # mon_thousands_sep
- .
- # mon_grouping, separated by ;
- 3;3
- # positive_sign
- # negative_sign
- -
- # int_frac_digits
- 2
- # frac_digits
- 2
- # p_cs_precedes
- 0
- # p_sep_by_space
- 1
- # n_cs_precedes
- 0
- # n_sep_by_space
- 1
- # p_sign_posn
- 1
- # n_sign_posn
- 1
- # EOF