mirror of
https://github.com/quantum5/qcal.git
synced 2025-07-26 19:34:10 -04:00
common: export haabNames
This commit is contained in:
parent
d344b44433
commit
8fddece880
|
@ -74,7 +74,7 @@ export type Haab = {
|
||||||
day: HaabDay,
|
day: HaabDay,
|
||||||
};
|
};
|
||||||
|
|
||||||
const haabNames: Record<HaabMonth, string> = {
|
export const haabNames: Record<HaabMonth, string> = {
|
||||||
1: 'Pop',
|
1: 'Pop',
|
||||||
2: 'Woʼ',
|
2: 'Woʼ',
|
||||||
3: 'Sip',
|
3: 'Sip',
|
||||||
|
|
Loading…
Reference in a new issue