Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new tour card for email communications #3229

Merged
merged 1 commit into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions translate/public/locale/en-US/translate.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,15 @@ interactivetour-InteractiveTour--locales-content =
localization communities. Approved translations of the current
string to other languages are available in the Locales tab.

interactivetour-InteractiveTour--email-communications-title = Let’s keep in touch
interactivetour-InteractiveTour--email-communications-content =
Want to stay up to date and informed about all localization matters
at Mozilla? Enable email communications from your <a>settings</a> to get
the latest updates about localization at Mozilla, announcements about
new Pontoon features, invitations to contributor events and more.
interactivetour-InteractiveTour--email-communications-footer =
(Make sure that you’re logged in to access your settings.)

interactivetour-InteractiveTour--end-title = That’s (not) all, folks!
interactivetour-InteractiveTour--end-content =
There’s a wide variety of tools to help you with translations,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,30 @@ export function InteractiveTour(): React.ReactElement | null {
),
action: (node) => node.querySelector('#react-tabs-6').click(),
},
{
selector: '',
content: (
<div>
<Localized id='interactivetour-InteractiveTour--email-communications-title'>
<h3>Let’s keep in touch</h3>
</Localized>
<Localized
id='interactivetour-InteractiveTour--email-communications-content'
elems={{
a: <a href='/settings/' />,
}}
>
<p>{`Want to stay up to date and informed about all localization matters
at Mozilla? Enable email communications from your <a>settings</a> to get
the latest updates about localization at Mozilla, announcements about
new Pontoon features, invitations to contributor events and more.`}</p>
</Localized>
<Localized id='interactivetour-InteractiveTour--email-communications-footer'>
<p>(Make sure that you’re logged in to access your settings.)</p>
</Localized>
</div>
),
},
{
selector: '',
content: (
Expand Down
Loading