-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d9303c8
commit b3fa12e
Showing
4 changed files
with
111 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
export const CATEGORY_INTERNAL_MAPPING = { | ||
"Government Gazette": "Government Gazette", | ||
"Legislative Supplements": "Legislation Supplements", | ||
"Other Supplements": "Other Supplements", | ||
"Advertisements": "Advertisements", | ||
"Appointments": "Appointments", | ||
"Audited Reports": "Audited Reports", | ||
"Cessation of Service": "Cessation of Service", | ||
"Corrigendum": "Corrigendum", | ||
"Death": "Death", | ||
"Dismissals": "Dismissals", | ||
"Leave": "Leave", | ||
"Bankruptcy Act Notice": "Notices (Bankruptcy Act)", | ||
"Companies Act Notice": "Notices (Companies Act)", | ||
"Notices under the Constitution": "Notices (Constitution)", | ||
"Notices under other Acts": "Notices (other Acts)", | ||
"Revocation": "Revocation", | ||
"Tenders": "Tenders", | ||
"Termination of Service": "Termination of Service", | ||
"Vacation of Service": "Vacation of Service", | ||
"Others": "Others", | ||
"Bills Supplement": "Bills Supplement", | ||
"Acts Supplement": "Acts Supplement", | ||
"Subsidiary Legislation Supplement": "Subsidiary Legislation Supplement", | ||
"Revised Acts": "Revised Acts", | ||
"Revised Subsidiary Legislation": "Revised Subsidiary Legislation", | ||
"Government Gazette Supplement": "Government Gazette Supplement", | ||
"Industrial Relations Supplement": "Industrial Relations Supplement", | ||
"Trade Marks Supplement": "Trade Marks Supplement", | ||
"Treaties Supplement": "Treaties Supplement" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters