Skip to content

Commit

Permalink
translation update on membership view
Browse files Browse the repository at this point in the history
  • Loading branch information
OchiengPaul442 committed Jan 22, 2024
1 parent 00a5445 commit 92e4381
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions website/backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
import cloudinary
import dj_database_url

# from dotenv import load_dotenv
from dotenv import load_dotenv

# load_dotenv()
load_dotenv()


# Read environment
Expand Down
2 changes: 1 addition & 1 deletion website/frontend/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"subText": "<p style={{color: '#353E52', fontSize: '24px', lineHeight: '32px', fontWeight: 400, fontStyle: 'normal'}}>The CLEAN-Air network is supported by development partners and philanthropic organisations, including Google.org, WEHUBIT, and the U.S. Department of State, with an established history of pioneering continuous air quality monitoring in data-hungry cities through the U.S. Embassies across the world.<br/><br/>Supporting partners provide logistical and/or funding support to network members, and may participate in activities including the annual CLEAN-Air Network meetings.</p>"
},
"individualSection": {
"subText": "Individuals actively involved in air quality work in Africa are welcome to join the CLEAN-Air Africa Network.",
"subText": "<p style={{padding: '10px 0'}}>Individuals actively involved in air quality work in Africa are welcome to join the CLEAN-Air Africa Network.</p>",
"cta": "Register your interest"
}
},
Expand Down
2 changes: 1 addition & 1 deletion website/frontend/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"subText": "<p style={{color: '#353E52', fontSize: '24px', lineHeight: '32px', fontWeight: 400, fontStyle: 'normal'}}>Le réseau CLEAN-Air est soutenu par des partenaires de développement et des organisations philanthropiques, dont Google.org, WEHUBIT et le Département d'État américain, avec une longue tradition de mise en œuvre d'une surveillance continue de la qualité de l'air dans les villes gourmandes en données à travers les ambassades américaines du monde entier.<br/><br/>Les partenaires de soutien fournissent un soutien logistique et/ou financier aux membres du réseau et peuvent participer à des activités telles que les réunions annuelles du réseau CLEAN-Air.</p>"
},
"individualSection": {
"subText": "Les personnes actives dans le domaine de la qualité de l'air en Afrique sont invitées à rejoindre le réseau CLEAN-Air Africa.",
"subText": "<p style={{padding : '10px 0'}}>Les personnes activement impliquées dans le travail sur la qualité de lair en Afrique sont invitées à rejoindre le réseau CLEAN-Air Africa.</p>",
"cta": "Enregistrez votre intérêt"
}
},
Expand Down
2 changes: 1 addition & 1 deletion website/frontend/src/pages/CleanAir/CleanAirPartners.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ const CleanAirPartners = () => {
<div className="individual-section">
<SingleSection
removeTopMargin={true}
content={t('cleanAirSite.membership.individualSection.subText')}
content={<Trans i18nKey="cleanAirSite.membership.individualSection.subText" />}
btnText={t('cleanAirSite.membership.individualSection.cta')}
link="https://docs.google.com/forms/d/e/1FAIpQLScIPz7VrhfO2ifMI0dPWIQRiGQ9y30LoKUCT-DDyorS7sAKUA/viewform"
bgColor="#F2F1F6"
Expand Down

0 comments on commit 92e4381

Please sign in to comment.