Skip to content

Commit 4766acb

Browse files
committed
Fix NRF and CSCO calendar configuration
1 parent 5a7a67f commit 4766acb

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

lib/cldr/calendar/calendars/nrf.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ defmodule Cldr.Calendar.NRF do
1616
"""
1717
use Cldr.Calendar.Base.Week,
1818
min_days_in_first_week: 4,
19+
begins_or_ends: :ends,
1920
first_or_last: :last,
2021
day_of_week: 6,
2122
month_of_year: 1

mix/corporate/csco.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ require Cldr.Calendar.Compiler.Week
33
defmodule Cldr.Calendar.CSCO do
44
use Cldr.Calendar.Base.Week,
55
min_days_in_first_week: 7,
6+
begins_or_ends: :ends,
67
first_or_last: :last,
78
day_of_week: 6,
89
month_of_year: 7

test/support/julian_calendars.ex

Whitespace-only changes.

0 commit comments

Comments
 (0)