Skip to content

Commit c285360

Browse files
Make AMP Fest 2020 content i18n ready
1 parent 0205705 commit c285360

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

pages/content/amp-dev/events/amp-fest-2020.html

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,26 @@
2020
<div class="ap--container-fluid">
2121
<div class="ap-o-stage-content">
2222
<amp-img class="logo" alt="AMP Fest" src="/static/img/amp-fest/logo.png" layout="intrinsic" width="800px" height="177px"></amp-img>
23-
<h1>Rewatch the talks</h1>
23+
<h1>{{_('Rewatch the talks')}}</h1>
2424
</div>
2525
</div>
2626
</div>
2727
</section>
2828

2929
<section class="ap--container">
3030
<div class="ap--content-default">
31-
<p>Thank you to everyone who joined us during the premiere of AMP Fest! From AMP and page experience, to Web Stories and WordPress, we shared a ton of exciting news during the event. And we learned from developers around the world who are using AMP to help succeed on the web.</p>
32-
<p>If you weren’t able to catch it live, check out all the awesome talks from our event below.</p>
31+
<p>{{_('Thank you to everyone who joined us during the premiere of AMP Fest! From AMP and page experience, to Web Stories and WordPress, we shared a ton of exciting news during the event. And we learned from developers around the world who are using AMP to help succeed on the web.')}}</p>
32+
<p>{{_('If you weren’t able to catch it live, check out all the awesome talks from our event below.')}}</p>
3333
</div>
3434
</section>
3535

36+
37+
3638
{% do doc.styles.addCssFile('/css/components/organisms/video-slider.css') %}
3739
<section class="ap--container">
3840
<div class="ap--content-x-wide">
39-
<h1>Featured Talks</h1>
40-
<h2 class="ap-o-video-slider-text">Keynote</h2>
41+
<h1>{{_('Featured Talks')}}</h1>
42+
<h2 class="ap-o-video-slider-text">{{_('Keynote')}}</h2>
4143
<amp-youtube data-videoid="FsvY5p3YDJ8"
4244
width="391"
4345
height="220"
@@ -46,9 +48,10 @@ <h2 class="ap-o-video-slider-text">Keynote</h2>
4648
</div>
4749
</section>
4850

51+
4952
<section class="ap--container">
5053
<div class="ap--content-x-wide">
51-
<h2 class="ap-o-video-slider-text">AMP for websites</h2>
54+
<h2 class="ap-o-video-slider-text">{{_('AMP for websites')}}</h2>
5255
{% with %}
5356
{% set youtube_video_ids = [
5457
'x7vPl0BjdDA',
@@ -65,7 +68,7 @@ <h2 class="ap-o-video-slider-text">AMP for websites</h2>
6568

6669
<section class="ap--container">
6770
<div class="ap--content-x-wide">
68-
<h2 class="ap-o-video-slider-text">Industry experts and AMP success stories</h2>
71+
<h2 class="ap-o-video-slider-text">{{_('Industry experts and AMP success stories')}}</h2>
6972
{% with %}
7073
{% set youtube_video_ids = [
7174
'-m4E50kJnfM',
@@ -82,7 +85,7 @@ <h2 class="ap-o-video-slider-text">Industry experts and AMP success stories</h2>
8285

8386
<section class="ap--container">
8487
<div class="ap--content-x-wide">
85-
<h2 class="ap-o-video-slider-text">Web Stories</h2>
88+
<h2 class="ap-o-video-slider-text">{{_('Web Stories')}}</h2>
8689
{% with %}
8790
{% set youtube_video_ids = [
8891
'-Dc6vj97jLM',
@@ -96,7 +99,7 @@ <h2 class="ap-o-video-slider-text">Web Stories</h2>
9699

97100
<section class="ap--container">
98101
<div class="ap--content-x-wide">
99-
<h2 class="ap-o-video-slider-text">AMP for Email</h2>
102+
<h2 class="ap-o-video-slider-text">{{_('AMP for Email')}}</h2>
100103
{% with %}
101104
{% set youtube_video_ids = [
102105
'rhZIDT3ydKQ',
@@ -106,4 +109,4 @@ <h2 class="ap-o-video-slider-text">AMP for Email</h2>
106109
{% include '/views/partials/video-carousel.j2' %}
107110
{% endwith %}
108111
</div>
109-
</section>
112+
</section>

0 commit comments

Comments
 (0)