Skip to content

Commit 4b47277

Browse files
authored
fix l10n strings in www-l10n #556 (#16905)
1 parent a59415f commit 4b47277

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

bedrock/mozorg/templates/mozorg/home/includes/m24/media-springboard.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h3 class="m24-c-intro-title m24-t-sm">{{ ftl('m24-home-headline-you-ai-v2') }}<
5252
type_icon='article',
5353
topic=ftl('m24-home-topic-products'),
5454
author='Ryan Sipes',
55-
preview=ftl('m24-home-introducing-thundermail-and')
55+
preview=ftl('m24-home-introducing-thundermail-and-v2', fallback='m24-home-introducing-thundermail-and')
5656
) }}
5757
{{ springboard_item(
5858
link_url="https://www.youtube.com/watch?v=HiZGWrN1zrU" + utm_params,
@@ -69,7 +69,7 @@ <h3 class="m24-c-intro-title m24-t-sm">{{ ftl('m24-home-headline-you-ai-v2') }}<
6969
type=ftl('m24-home-tag-article'),
7070
type_icon='article',
7171
topic=ftl('m24-home-topic-open-source-ai'),
72-
author=ftl('m24-home-tech-crunch'),
72+
author=ftl('m24-home-tech-crunch-v2', fallback='m24-home-tech-crunch'),
7373
preview=ftl('m24-home-how-ventures-investee')
7474
) }}
7575
{{ springboard_item(

l10n/en/mozorg/home-m24.ftl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,14 @@ m24-home-shake-to-summarize = Shake to Summarize in TIME’s Best Inventions of
120120
m24-home-mozilla-welcomes-raffi = { -brand-name-mozilla } welcomes Raffi Krikorian as Chief Technology Officer
121121
m24-home-tech-target = Tech Target
122122
m24-home-mozilla-ai-ceo = { -brand-name-mozilla-ai-v2 } CEO talks open source AI advantages
123+
# Obsolete string (expires 2026-03-01)
123124
m24-home-introducing-thundermail-and = Introducing Thundermail and Thunderbird Pro
125+
m24-home-introducing-thundermail-and-v2 = Introducing { -brand-name-thundermail } and { -brand-name-thunderbird-pro }
124126
m24-home-what-comes-next = What comes next in tech is a choice. Choose with us.
125127
m24-home-how-ventures-investee = How Ventures Investee Germ is Strengthening Encryption
128+
# Obsolete string (expires 2026-03-01)
126129
m24-home-tech-crunch = Tech Crunch
130+
m24-home-tech-crunch-v2 = TechCrunch
127131
m24-home-a-good-moment = ‘A good moment in time for us’: { -brand-name-firefox } head on AI browsers and what’s next for the web
128132
m24-home-the-guardian = The Guardian
129133
m24-home-interview-take-open = Interview: Taking Open Source Into the AI Era

0 commit comments

Comments
 (0)