]> gitweb.fperrin.net Git - Dictionary.git/blob - jars/icu4j-4_4_2-src/main/classes/core/src/com/ibm/icu/impl/data/HolidayBundle_en.java
go
[Dictionary.git] / jars / icu4j-4_4_2-src / main / classes / core / src / com / ibm / icu / impl / data / HolidayBundle_en.java
1 /*\r
2  *******************************************************************************\r
3  * Copyright (C) 1996-2005, International Business Machines Corporation and    *\r
4  * others. All Rights Reserved.                                                *\r
5  *******************************************************************************\r
6  */\r
7 \r
8 package com.ibm.icu.impl.data;\r
9 \r
10 import java.util.ListResourceBundle;\r
11 \r
12 public class HolidayBundle_en extends ListResourceBundle {\r
13 \r
14     // Normally, each HolidayBundle uses the holiday's US English name\r
15     // as the string key for looking up the localized name.  This means\r
16     // that the key itself can be used if no name is found for the requested\r
17     // locale.\r
18     //\r
19     // For holidays where the key is _not_ the English name, e.g. in the\r
20     // case of conflicts, the English name must be given here.\r
21     //\r
22     static private final Object[][] fContents = {\r
23         {   "", ""  },      // Can't be empty!\r
24     };\r
25 \r
26     public synchronized Object[][] getContents() { return fContents; }\r
27 \r
28 }\r