• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// ***************************************************************************
2// *
3// * Copyright (C) 2015 International Business Machines
4// * Corporation and others. All Rights Reserved.
5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6// * Source File: <path>/common/main/en_GB.xml
7// *
8// ***************************************************************************
9en_GB{
10    %%Parent{"en_001"}
11    Version{"2.1.11.59"}
12    zoneStrings{
13        "Europe:London"{
14            sd{"BST"}
15        }
16        "meta:Europe_Central"{
17            sd{"CEST"}
18            sg{"CET"}
19            ss{"CET"}
20        }
21        "meta:Europe_Eastern"{
22            sd{"EEST"}
23            sg{"EET"}
24            ss{"EET"}
25        }
26        "meta:Europe_Western"{
27            sd{"WEST"}
28            sg{"WET"}
29            ss{"WET"}
30        }
31    }
32}
33