mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-09-02 05:30:56 -07:00
update spanish translations (#2241)
* closes #2237 * closes #2238 * update about page links * test deployment keys
This commit is contained in:
parent
c7dd4f20d7
commit
d3376665bf
8 changed files with 40 additions and 14 deletions
|
@ -19,7 +19,9 @@ export const CEJST_MEMO = `https://www.whitehouse.gov/wp-content/uploads/2023/01
|
|||
export const CEJST_MEMO_ES = `https://static-data-screeningtool.geoplatform.gov/data-versions/1.0/data/score/downloadable/M-23-09_Signed_CEQ_CPO_es.pdf`;
|
||||
|
||||
export const USE_MAP_TUTORIAL_LINK = `https://static-data-screeningtool.geoplatform.gov/data-versions/1.0/data/score/downloadable/Using-the-CEJST-Tutorial.pdf`;
|
||||
export const USE_MAP_TUTORIAL_LINK_ES = `https://static-data-screeningtool.geoplatform.gov/data-versions/1.0/data/score/downloadable/Using-the-CEJST-Tutorial-es.pdf`;
|
||||
export const USE_DATA_TUTORIAL_LINK = `https://static-data-screeningtool.geoplatform.gov/data-versions/1.0/data/score/downloadable/Using-the-CEJST-Spreadsheet-Tutorial.pdf`;
|
||||
export const USE_DATA_TUTORIAL_LINK_ES = `https://static-data-screeningtool.geoplatform.gov/data-versions/1.0/data/score/downloadable/Using-the-CEJST-Spreadsheet-Tutorial-es.pdf`;
|
||||
|
||||
export const GITHUB_LINK = 'https://github.com/usds/justice40-tool';
|
||||
export const GITHUB_LINK_ES = 'https://github.com/usds/justice40-tool/blob/main/README-es.md';
|
||||
|
|
|
@ -582,6 +582,16 @@ export const SIDE_PANEL_DEMOGRAPHICS = {
|
|||
defaultMessage={'Elderly over 65'}
|
||||
description={`Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the demographics: Elderly over 65`}
|
||||
/>,
|
||||
SHOW_DEMOGRAPHICS: <FormattedMessage
|
||||
id={'explore.map.page.side.panel.demo.show'}
|
||||
defaultMessage={'Show'}
|
||||
description={`Show of show / hide accordian`}
|
||||
/>,
|
||||
HIDE_DEMOGRAPHICS: <FormattedMessage
|
||||
id={'explore.map.page.side.panel.demo.hide'}
|
||||
defaultMessage={'Hide'}
|
||||
description={`Hide of show / hide accordian`}
|
||||
/>,
|
||||
};
|
||||
|
||||
export const SIDE_PANEL_TRIBAL_INFO = defineMessages({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue