locale fix, bad attempt #2

This commit is contained in:
Martin Sekera 2020-01-01 00:55:33 +01:00
parent ca4c6404d6
commit 5882206bc8

View file

@ -11,27 +11,23 @@ tel ""
fax "" fax ""
language "English" language "English"
territory "Earth" territory "Earth"
revision "1.1" revision "1.2"
date "2019-12-19" date "2019-12-31"
% %
category "i18n:2012";LC_IDENTIFICATION category "i18n:2012";LC_IDENTIFICATION
category "i18n:2012";LC_CTYPE category "i18n:2012";LC_CTYPE
category "i18n:2012";LC_COLLATE category "i18n:2012";LC_COLLATE
category "i18n:2012";LC_TIME category "i18n:2012";LC_TIME
category "i18n:2012";LC_NUMERIC category "i18n:2012";LC_NUMERIC
category "i18n:2012";LC_MONETARY category "i18n:2012";LC_MONETARY
category "i18n:2012";LC_MESSAGES category "i18n:2012";LC_MESSAGES
category "i18n:2012";LC_PAPER category "i18n:2012";LC_PAPER
category "i18n:2012";LC_NAME category "i18n:2012";LC_NAME
category "i18n:2012";LC_ADDRESS category "i18n:2012";LC_ADDRESS
category "i18n:2012";LC_TELEPHONE category "i18n:2012";LC_TELEPHONE
category "i18n:2012";LC_MEASUREMENT category "i18n:2012";LC_MEASUREMENT
END LC_IDENTIFICATION END LC_IDENTIFICATION
LC_CTYPE
copy "en_GB"
END LC_CTYPE
LC_COLLATE LC_COLLATE
% Copy the template from ISO/IEC 14651 % Copy the template from ISO/IEC 14651
@ -39,11 +35,20 @@ copy "iso14651_t1"
END LC_COLLATE END LC_COLLATE
LC_CTYPE
copy "i18n"
translit_start
include "translit_combining";""
translit_end
END LC_CTYPE
LC_MONETARY LC_MONETARY
int_curr_symbol "EUR " int_curr_symbol "EUR "
currency_symbol "€" currency_symbol "€"
mon_decimal_point "." mon_decimal_point "."
mon_thousands_sep " " % u202f = narrow nbsp
mon_thousands_sep "<U202F>"
mon_grouping 3;3 mon_grouping 3;3
positive_sign "" positive_sign ""
negative_sign "-" negative_sign "-"
@ -62,7 +67,8 @@ END LC_MONETARY
LC_NUMERIC LC_NUMERIC
decimal_point "." decimal_point "."
thousands_sep " " % u202f = narrow nbsp
thousands_sep "<U202F>"
grouping 3;3 grouping 3;3
END LC_NUMERIC END LC_NUMERIC