locale fix, bad attempt #2
This commit is contained in:
parent
ca4c6404d6
commit
5882206bc8
1 changed files with 26 additions and 20 deletions
22
locale/en_SD
22
locale/en_SD
|
@ -11,8 +11,8 @@ tel ""
|
|||
fax ""
|
||||
language "English"
|
||||
territory "Earth"
|
||||
revision "1.1"
|
||||
date "2019-12-19"
|
||||
revision "1.2"
|
||||
date "2019-12-31"
|
||||
%
|
||||
category "i18n:2012";LC_IDENTIFICATION
|
||||
category "i18n:2012";LC_CTYPE
|
||||
|
@ -28,10 +28,6 @@ category "i18n:2012";LC_TELEPHONE
|
|||
category "i18n:2012";LC_MEASUREMENT
|
||||
END LC_IDENTIFICATION
|
||||
|
||||
LC_CTYPE
|
||||
copy "en_GB"
|
||||
END LC_CTYPE
|
||||
|
||||
LC_COLLATE
|
||||
|
||||
% Copy the template from ISO/IEC 14651
|
||||
|
@ -39,11 +35,20 @@ copy "iso14651_t1"
|
|||
|
||||
END LC_COLLATE
|
||||
|
||||
LC_CTYPE
|
||||
copy "i18n"
|
||||
|
||||
translit_start
|
||||
include "translit_combining";""
|
||||
translit_end
|
||||
END LC_CTYPE
|
||||
|
||||
LC_MONETARY
|
||||
int_curr_symbol "EUR "
|
||||
currency_symbol "€"
|
||||
mon_decimal_point "."
|
||||
mon_thousands_sep " "
|
||||
% u202f = narrow nbsp
|
||||
mon_thousands_sep "<U202F>"
|
||||
mon_grouping 3;3
|
||||
positive_sign ""
|
||||
negative_sign "-"
|
||||
|
@ -62,7 +67,8 @@ END LC_MONETARY
|
|||
|
||||
LC_NUMERIC
|
||||
decimal_point "."
|
||||
thousands_sep " "
|
||||
% u202f = narrow nbsp
|
||||
thousands_sep "<U202F>"
|
||||
grouping 3;3
|
||||
END LC_NUMERIC
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue