blob: c01f6cb8c52b6ebe6d1b75eac92dd72d38e1e899 [file] [log] [blame]
/**
*******************************************************************************
* Copyright (C) 2001-2002, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
package com.ibm.icu.impl.data;
import java.util.ListResourceBundle;
// Hebrew, Israel
public class CalendarData_iw_IL extends ListResourceBundle {
/**
* Overrides ListResourceBundle
*/
public Object[][] getContents() {
return new Object[][] {
{ "Weekend",
new String[] { // Friday:Saturday
"6", "0", // onset dow, millis in day
"1", "0" // cease dow, millis in day
}
},
};
}
}