Skip to content

Commit

Permalink
Adding Hawaii
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmreed authored Jan 4, 2024
1 parent e7de4c0 commit 741a052
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/lib/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,22 @@ const locales: Record<string, Locale> = [
reportViolationUrl: 'https://dol.ny.gov/pay-transparency',
legalUrl: 'https://www.nysenate.gov/legislation/bills/2023/S1326'
}),
new Locale({
country: 'United States',
state: 'Hawaii',
stateCode: 'HI',
strength: Strength.Strong,
what: {
salary: true
},
when: [{ situation: Situation.Interested }],
who: {
minEmployees: 50,
},
referenceSource: 'Hawaii Civil Rights Commission',
referenceUrl: 'https://labor.hawaii.gov/hcrc/3767-2/',
legalUrl: 'https://www.capitol.hawaii.gov/session/archives/measure_indiv_Archives.aspx?billtype=SB&billnumber=1057&year=2023'
}),
new Locale({
country: 'Canada',
state: 'British Columbia',
Expand Down

0 comments on commit 741a052

Please sign in to comment.