Skip to content

Commit

Permalink
Not translating the brand name
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim committed Jun 11, 2017
1 parent bc09c9f commit 4e559fb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion readthedocs/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="icon" type="image/png" href="{{ MEDIA_URL }}images/favicon.png">

<!-- title -->
<title>{% block title %}{% endblock %}{% block head_title %}{% endblock %} | {% block branding %}{% trans "Read the Docs" %} {% endblock %}</title>
<title>{% block title %}{% endblock %}{% block head_title %}{% endblock %} | {% block branding %}Read the Docs {% endblock %}</title>

<!-- css -->
<link rel="stylesheet" href="{{ MEDIA_URL }}css/core.css">
Expand Down
2 changes: 1 addition & 1 deletion readthedocs/templates/core/email/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{% trans "Read the Docs" %}</title>
<title>Read the Docs</title>

<style type="text/css">
/* Styles */
Expand Down
4 changes: 2 additions & 2 deletions readthedocs/templates/core/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="rtfd-header-title">
<h1>
{% comment %}Translators: Name of the website{% endcomment %}
<a href="{% url "homepage" %}">{% trans "Read the Docs" %}</a>
<a href="{% url "homepage" %}">Read the Docs</a>
</h1>
</div>
<!-- END header title -->
Expand Down Expand Up @@ -42,7 +42,7 @@ <h1>
</div>
{% endif %}
<!-- END header nav -->


</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion readthedocs/templates/core/home-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<!-- BEGIN header title-->
<div class="home-header-title">
<h1>{% trans "Read the Docs" %}</h1>
<h1>Read the Docs</h1>
<p class="tagline">{% trans "Create, host, and browse documentation." %}</p>
</div>
<!-- END header title -->
Expand Down
2 changes: 1 addition & 1 deletion readthedocs/templates/error_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<h1>
{% comment %}Translators: Name of the website{% endcomment %}
<a href="//{{ PRODUCTION_DOMAIN }}">
{% trans "Read the Docs" %}
Read the Docs
</a>
</h1>
</div>
Expand Down

0 comments on commit 4e559fb

Please sign in to comment.