Skip to content

Commit

Permalink
Bug 919581 - Remove conditional for en-US/locales on about/ intro par…
Browse files Browse the repository at this point in the history
…agraph
  • Loading branch information
flodolo committed Dec 19, 2013
1 parent 5c482c8 commit 66aa4ed
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions bedrock/mozorg/templates/mozorg/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,7 @@

<h1 class="title-shadow-box">{{ _('Get to know Mozilla') }}</h1>

<p class="intro">
{# Note: This conditional is in place until the new en-US string can be translated. We
need to remove it in the future once l10n has caught up. #}
{% if request.locale.startswith('en-') %}
{{ _('Learn more about our projects, products and principles designed to help people take control and explore the full potential of their lives online.') }}
{% else %}
{{ _('Whether you want to learn more about who we are, how to be a part of Mozilla or just where to find us, you’ve come to the right place.') }}
{% endif %}
</p>
<p class="intro">{{ _('Learn more about our projects, products and principles designed to help people take control and explore the full potential of their lives online.') }}</p>

<ul class="links">
<li>
Expand Down

0 comments on commit 66aa4ed

Please sign in to comment.