Skip to content

Commit

Permalink
L10n fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniehobson committed Aug 30, 2024
1 parent fd88ba6 commit 4f7ce04
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bedrock/firefox/templates/firefox/all/lang.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

{# Choose language #}
<h2 class="c-step-name {% if not (product and platform) %} t-step-disabled{% endif %}">
{{ ftl('firefox-all-language') }}
{{ ftl('firefox-all-language-v2', fallback='firefox-all-language') }}
{% if product and platform and locale %}
<span class="c-step-choice">{{ locale_name }}</span>
{% if product.slug.startswith('desktop') and platform != "win-store" %}
Expand Down
2 changes: 1 addition & 1 deletion bedrock/firefox/templates/firefox/all/platform.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{# Choose platform #}

<h2 class="c-step-name{% if not product %} t-step-disabled{% endif %}">
{{ ftl('firefox-all-platform') }}
{{ ftl('firefox-all-platform-v2', fallback='firefox-all-platform') }}
{% if product and platform %}
<span class="c-step-choice">{{ platform_name }}</span>
{% if product.slug.startswith('desktop') %}
Expand Down
2 changes: 1 addition & 1 deletion bedrock/firefox/templates/firefox/all/product.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{# Choose product #}

<h2 class="c-step-name">
{{ ftl('firefox-all-browser') }}
{{ ftl('firefox-all-browser-v2', fallback='firefox-all-browser') }}
{% if product %}
<span class="c-step-choice">{{ product and product.name }}</span> <a href="{{ url('firefox.all') }}" class="c-step-icon"><img alt="{{ ftl('firefox-all-change-browser') }}" src="{{ static('protocol/img/icons/close.svg') }}" width="30" height="30"></a>
{% else %}
Expand Down
16 changes: 11 additions & 5 deletions l10n/en/firefox/all.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

# HTML page title. Replace "English (US)" with your local language.
firefox-all-download-the-firefox-v2 = Download { -brand-name-firefox } in English (US) and more than 90 other languages
# Obsolete string (expires 2024-10-27)
# Obsolete string (expires 2024-10-30)
firefox-all-download-the-firefox = Download the { -brand-name-firefox-browser } in English (US) and more than 90 other languages
# HTML page description, also used as the introductory text.
firefox-all-everyone-deserves-access-v2 = Everyone deserves access to the internet — your language should never be a barrier. That’s why — with the help of dedicated volunteers around the world — we make { -brand-name-firefox } available in more than 90 languages.
# Obsolete string (expires 2024-10-27)
# Obsolete string (expires 2024-10-30)
firefox-all-everyone-deserves-access = Everyone deserves access to the internet — your language should never be a barrier. That’s why — with the help of dedicated volunteers around the world — we make the { -brand-name-firefox-browser } available in more than 90 languages.
# Variables:
Expand All @@ -29,9 +29,15 @@ firefox-all-down-arrow = Choose from the list below
# Used as an accessible label for a help button. The text is replaced with a "?" icon.
firefox-all-get-help = Get help
firefox-all-browser = 1. Browser:
firefox-all-platform = 2. Platform:
firefox-all-language = 3. Language:
# Obsolete string (expires 2024-10-30)
firefox-all-browser = Browser:
firefox-all-browser-v2 = 1. Browser:
# Obsolete string (expires 2024-10-30)
firefox-all-platform = Platform:
firefox-all-platform-v2 = 2. Platform:
# Obsolete string (expires 2024-10-30)
firefox-all-language = Language:
firefox-all-language-v2 = 3. Language:
firefox-all-download = 4. Download:
firefox-all-desktop = Desktop
firefox-all-mobile = Mobile
Expand Down

0 comments on commit 4f7ce04

Please sign in to comment.