-
Notifications
You must be signed in to change notification settings - Fork 3
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
045be6b
commit f55809c
Showing
4 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 |
---|---|---|
|
@@ -68,6 +68,27 @@ const regions = { | |
}, | ||
showInRegionSelector: true, | ||
}, | ||
amundsen: { | ||
title: { en: "Amundsen Science", fr: "Amundsen Science" }, | ||
titleFrPossessive: "de Amundsen Science", | ||
catalogueTitle: { | ||
fr: "Catalogue de données de Amundsen Science", | ||
en: "Amundsen Science Data Catalogue", | ||
}, | ||
colors: { primary: "#E31837", secondary: "#77777A" }, | ||
email: "[email protected]", | ||
catalogueURL: { | ||
fr: "https://catalogue.amundsenscience.ca/fr/", | ||
en: "https://catalogue.amundsenscience.ca/", | ||
}, | ||
introPageText: { | ||
en: | ||
"Amundsen Science is the nonprofit organization responsible for the scientific mandate of the research icebreaker CCGS Amundsen.", | ||
fr: | ||
"Amundsen Science est l’organisme à but non-lucratif responsable du mandat scientifique du brise-glace de recherche NGCC Amundsen.", | ||
}, | ||
showInRegionSelector: true, | ||
}, | ||
test: { | ||
title: { en: "Test", fr: "Test" }, | ||
catalogueTitle: { | ||
|