Skip to content

Commit 92e37ae

Browse files
committed
Case when video title not translated
1 parent 7741d7b commit 92e37ae

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

translations.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ translated_standards:
199199
- lang: "ru"
200200
docs:
201201
- title: "Руководство по обеспечению доступности Web-контента (WCAG) 2.0"
202-
en_title: "Web Content Accessibility Guidelines (WCAG) 2.0"
202+
en_title: "Web Content Accessibility Guidelines (WCAG) 2.0"
203203
url: https://www.w3.org/Translations/WCAG20-ru/
204204
type: authorized
205205
translator: "UN Information Center"
@@ -369,9 +369,7 @@ _Languages are listed alphabetically by language code. For example, "Chinese" is
369369
{% if video.name[l] %}{{ video.name[l]}}{% else %}<span lang="en">{{ video.name.en }}</span>{% endif %}
370370
</a>
371371
</dt>
372-
<dd lang="en">
373-
English title: <i>{{ video.name.en }}</i>
374-
</dd>
372+
<dd lang="en">{% if video.name[l] %}English title: <i>{{ video.name.en }}{% endif %}</i></dd>
375373
</div>
376374
{%- if forloop.last %}
377375
</dl>

0 commit comments

Comments
 (0)