blob: d7ea4c2e86bf75e6f70c4e3d2fedb9c8586d12d6 [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;
// Arabic, Bahrain
public class CalendarData_ar_BH extends ListResourceBundle {
/**
* Overrides ListResourceBundle
*/
public Object[][] getContents() {
return new Object[][] {
{ "Weekend",
new String[] { // Thursday:Friday
"5", "0", // onset dow, millis in day
"7", "0" // cease dow, millis in day
}
},
};
}
}