Skip to content

Commit 4e559fb

Browse files
committed
Not translating the brand name
1 parent bc09c9f commit 4e559fb

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

readthedocs/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="icon" type="image/png" href="{{ MEDIA_URL }}images/favicon.png">
1212

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

1616
<!-- css -->
1717
<link rel="stylesheet" href="{{ MEDIA_URL }}css/core.css">

readthedocs/templates/core/email/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<title>{% trans "Read the Docs" %}</title>
7+
<title>Read the Docs</title>
88

99
<style type="text/css">
1010
/* Styles */

readthedocs/templates/core/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="rtfd-header-title">
1010
<h1>
1111
{% comment %}Translators: Name of the website{% endcomment %}
12-
<a href="{% url "homepage" %}">{% trans "Read the Docs" %}</a>
12+
<a href="{% url "homepage" %}">Read the Docs</a>
1313
</h1>
1414
</div>
1515
<!-- END header title -->
@@ -42,7 +42,7 @@ <h1>
4242
</div>
4343
{% endif %}
4444
<!-- END header nav -->
45-
45+
4646

4747
</div>
4848
</div>

readthedocs/templates/core/home-header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!-- BEGIN header title-->
88
<div class="home-header-title">
9-
<h1>{% trans "Read the Docs" %}</h1>
9+
<h1>Read the Docs</h1>
1010
<p class="tagline">{% trans "Create, host, and browse documentation." %}</p>
1111
</div>
1212
<!-- END header title -->

readthedocs/templates/error_header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h1>
1010
{% comment %}Translators: Name of the website{% endcomment %}
1111
<a href="//{{ PRODUCTION_DOMAIN }}">
12-
{% trans "Read the Docs" %}
12+
Read the Docs
1313
</a>
1414
</h1>
1515
</div>

0 commit comments

Comments
 (0)