| Index: source/data/locales/en_SE.txt
|
| diff --git a/source/data/locales/it_CH.txt b/source/data/locales/en_SE.txt
|
| old mode 100644
|
| new mode 100755
|
| similarity index 54%
|
| copy from source/data/locales/it_CH.txt
|
| copy to source/data/locales/en_SE.txt
|
| index 1110c6915c2fcbfd0068fd444f1a466c45dfb920..9c8083288cb64d60d2ed859f12dcead83c9d5b0c
|
| --- a/source/data/locales/it_CH.txt
|
| +++ b/source/data/locales/en_SE.txt
|
| @@ -1,58 +1,69 @@
|
| // ***************************************************************************
|
| // *
|
| -// * Copyright (C) 2014 International Business Machines
|
| +// * Copyright (C) 2015 International Business Machines
|
| // * Corporation and others. All Rights Reserved.
|
| // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
| -// * Source File: <path>/common/main/it_CH.xml
|
| +// * Source File: <path>/common/main/en_SE.xml
|
| // *
|
| // ***************************************************************************
|
| -it_CH{
|
| +en_SE{
|
| + %%Parent{"en_150"}
|
| NumberElements{
|
| latn{
|
| patterns{
|
| - currencyFormat{"¤ #,##0.00;¤-#,##0.00"}
|
| + percentFormat{"#,##0 %"}
|
| }
|
| symbols{
|
| - decimal{"."}
|
| - group{"'"}
|
| + exponential{"×10^"}
|
| + group{" "}
|
| }
|
| }
|
| }
|
| - Version{"2.1.8.19"}
|
| + Version{"2.1.19.69"}
|
| calendar{
|
| generic{
|
| DateTimePatterns{
|
| - "HH.mm:ss 'h' zzzz",
|
| + "HH:mm:ss zzzz",
|
| "HH:mm:ss z",
|
| "HH:mm:ss",
|
| "HH:mm",
|
| "EEEE, d MMMM y G",
|
| "d MMMM y G",
|
| - "d-MMM-y G",
|
| - "dd.MM.yy GGGGG",
|
| + "d MMM y G",
|
| + "G y-MM-dd",
|
| "{1}, {0}",
|
| - "{1} 'alle' {0}",
|
| - "{1} 'alle' {0}",
|
| + "{1} 'at' {0}",
|
| + "{1} 'at' {0}",
|
| "{1}, {0}",
|
| "{1}, {0}",
|
| }
|
| + availableFormats{
|
| + yyyyM{"y-MM G"}
|
| + yyyyMEd{"E y-MM-dd G"}
|
| + yyyyMd{"y-MM-dd G"}
|
| + }
|
| }
|
| gregorian{
|
| DateTimePatterns{
|
| - "HH.mm:ss 'h' zzzz",
|
| + "HH:mm:ss zzzz",
|
| "HH:mm:ss z",
|
| "HH:mm:ss",
|
| "HH:mm",
|
| "EEEE, d MMMM y",
|
| "d MMMM y",
|
| - "d-MMM-y",
|
| - "dd.MM.yy",
|
| + "d MMM y",
|
| + "y-MM-dd",
|
| "{1}, {0}",
|
| - "{1} {0}",
|
| - "{1} {0}",
|
| + "{1} 'at' {0}",
|
| + "{1} 'at' {0}",
|
| "{1}, {0}",
|
| "{1}, {0}",
|
| }
|
| + availableFormats{
|
| + yM{"y-MM"}
|
| + yMEd{"E, y-MM-dd"}
|
| + yMd{"y-MM-dd"}
|
| + }
|
| }
|
| }
|
| }
|
|
|