intl/icu/source/data/locales/en_BZ.txt

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

     1 // ***************************************************************************
     2 // *
     3 // * Copyright (C) 2013 International Business Machines
     4 // * Corporation and others. All Rights Reserved.
     5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
     6 // * Source File: <path>/common/main/en_BZ.xml
     7 // *
     8 // ***************************************************************************
     9 en_BZ{
    10     %%Parent{"en_001"}
    11     Version{"2.0.92.80"}
    12     calendar{
    13         generic{
    14             DateTimePatterns{
    15                 "HH:mm:ss zzzz",
    16                 "HH:mm:ss z",
    17                 "HH:mm:ss",
    18                 "HH:mm",
    19                 "EEEE dd MMMM y G",
    20                 "dd MMMM y G",
    21                 "dd-MMM-y G",
    22                 "dd/MM/y GGGGG",
    23                 "{1}, {0}",
    24                 "{1} 'at' {0}",
    25                 "{1} 'at' {0}",
    26                 "{1}, {0}",
    27                 "{1}, {0}",
    28             }
    29             availableFormats{
    30                 MEd{"E dd/MM"}
    31                 MMMEd{"E dd MMM"}
    32                 MMMd{"dd MMM"}
    33                 Md{"dd/MM"}
    34                 yyyyM{"MM/y G"}
    35                 yyyyMEd{"E dd/MM/y G"}
    36                 yyyyMMMEd{"E dd MMM y G"}
    37                 yyyyMMMd{"dd MMM y G"}
    38                 yyyyMd{"dd/MM/y G"}
    39             }
    40         }
    41         gregorian{
    42             DateTimePatterns{
    43                 "HH:mm:ss zzzz",
    44                 "HH:mm:ss z",
    45                 "HH:mm:ss",
    46                 "HH:mm",
    47                 "EEEE dd MMMM y",
    48                 "dd MMMM y",
    49                 "dd-MMM-y",
    50                 "dd/MM/yy",
    51                 "{1}, {0}",
    52                 "{1} 'at' {0}",
    53                 "{1} 'at' {0}",
    54                 "{1}, {0}",
    55                 "{1}, {0}",
    56             }
    57             availableFormats{
    58                 MEd{"E dd/MM"}
    59                 MMMEd{"E dd MMM"}
    60                 MMMd{"dd MMM"}
    61                 Md{"dd/MM"}
    62                 yM{"MM/y"}
    63                 yMEd{"E dd/MM/y"}
    64                 yMMMEd{"E dd MMM y"}
    65                 yMMMd{"dd MMM y"}
    66                 yMd{"dd/MM/y"}
    67             }
    68         }
    69     }
    70 }

mercurial