blob: e0c33694c5cf25ef7655d9129d9dad9e8d0a7f58 [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, Yemen
public class CalendarData_ar_YE 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
}
},
};
}
}