D | DayPeriods.java | 12 …* This is a first-cut version just to get going. The data is hard coded until we switch over to re… 51 * Get the *actual* locale for the DayPeriods (eg, asking for "en-AU" may get you "en") 92 * eg, en-AU => en. 160 public DayPeriods build() { in build() method in DayPeriods.DayPeriodBuilder 176 .add("MORNING1", "morning", 4, 5, 6, 7, 8, 9, 10, 11) 180 .build(); in build() method 184 .add("MORNING1", "oggend", 5, 6, 7, 8, 9, 10, 11) 187 .build(); in build() method 191 .add("MORNING1", "ochtend", 6, 7, 8, 9, 10, 11) 194 .build(); in build() method [all …]
|