mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-16 11:31:39 -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
|
@ -48,7 +48,9 @@ const J40AccordionItem = ({id, title, children}:IJ40AccordionItem) => {
|
|||
onClick={() => setIsExpanded(!isExpanded)}
|
||||
tabIndex={0}
|
||||
>
|
||||
{isExpanded ? 'hide' : 'show'}
|
||||
{isExpanded ?
|
||||
EXPLORE_COPY.SIDE_PANEL_DEMOGRAPHICS.HIDE_DEMOGRAPHICS :
|
||||
EXPLORE_COPY.SIDE_PANEL_DEMOGRAPHICS.SHOW_DEMOGRAPHICS}
|
||||
</a>
|
||||
{ isExpanded ?
|
||||
<img
|
||||
|
|
|
@ -17,7 +17,7 @@ exports[`rendering of TractDemographics component does it render a tract in Alas
|
|||
id="race-header"
|
||||
tabindex="0"
|
||||
>
|
||||
show
|
||||
Show
|
||||
</a>
|
||||
<img
|
||||
alt="expand icon"
|
||||
|
@ -107,7 +107,7 @@ exports[`rendering of TractDemographics component does it render a tract in Alas
|
|||
id="age-header"
|
||||
tabindex="0"
|
||||
>
|
||||
show
|
||||
Show
|
||||
</a>
|
||||
<img
|
||||
alt="expand icon"
|
||||
|
@ -167,7 +167,7 @@ exports[`rendering of TractDemographics component does it render a tract in Amer
|
|||
id="race-header"
|
||||
tabindex="0"
|
||||
>
|
||||
show
|
||||
Show
|
||||
</a>
|
||||
<img
|
||||
alt="expand icon"
|
||||
|
@ -257,7 +257,7 @@ exports[`rendering of TractDemographics component does it render a tract in Amer
|
|||
id="age-header"
|
||||
tabindex="0"
|
||||
>
|
||||
show
|
||||
Show
|
||||
</a>
|
||||
<img
|
||||
alt="expand icon"
|
||||
|
@ -317,7 +317,7 @@ exports[`rendering of TractDemographics component does it render a tract in NYC
|
|||
id="race-header"
|
||||
tabindex="0"
|
||||
>
|
||||
show
|
||||
Show
|
||||
</a>
|
||||
<img
|
||||
alt="expand icon"
|
||||
|
@ -407,7 +407,7 @@ exports[`rendering of TractDemographics component does it render a tract in NYC
|
|||
id="age-header"
|
||||
tabindex="0"
|
||||
>
|
||||
show
|
||||
Show
|
||||
</a>
|
||||
<img
|
||||
alt="expand icon"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue