1+ {% load i18n %}
12< section >
23 < div class ="py-8 px-4 mx-auto max-w-(--breakpoint-xl) sm:py-16 lg:px-6 text-black ">
34 < div class ="mx-auto text-center max-w-(--breakpoint-md) mb-8 lg:mb-16 ">
4- < h2 class ="text-base font-semibold leading-7 text-primary "> Powerful Built-In Features</ h2 >
5+ < h2 class ="text-base font-semibold leading-7 text-primary "> {% translate " Powerful Built-In Features" %} </ h2 >
56 < h2 class ="mt-2 mb-4 text-4xl tracking-tight font-extrabold text-gray-900 dark:text-gray-100 ">
6- Headlines that catch your attention
7+ {% translate " Headlines that catch your attention" %}
78 </ h2 >
89 </ div >
910 < div class ="space-y-8 md:grid md:grid-cols-2 lg:grid-cols-3 md:gap-12 md:space-y-0 ">
@@ -22,11 +23,11 @@ <h2 class="mt-2 mb-4 text-4xl tracking-tight font-extrabold text-gray-900 dark:t
2223 </ svg >
2324 </ div >
2425 < div class ="col-span-5 lg:col-span-0 ">
25- < h3 class ="mb-2 text-xl font-bold text-gray-900 dark:text-gray-100 "> Headline 1</ h3 >
26- < p class ="text-gray-500 dark:text-gray-400 "> Short explanation of headline 1</ p >
26+ < h3 class ="mb-2 text-xl font-bold text-gray-900 dark:text-gray-100 "> {% translate " Headline 1" %} </ h3 >
27+ < p class ="text-gray-500 dark:text-gray-400 "> {% translate " Short explanation of headline 1" %} </ p >
2728 < p class ="mt-6 ">
2829 < a href ="#section1 " class ="text-sm font-semibold leading-6 text-primary ">
29- Learn more< span aria-hidden ="true "> →</ span >
30+ {% translate " Learn more" %} < span aria-hidden ="true "> →</ span >
3031 </ a >
3132 </ p >
3233 </ div >
@@ -43,10 +44,10 @@ <h3 class="mb-2 text-xl font-bold text-gray-900 dark:text-gray-100">Headline 1</
4344 </ svg >
4445 </ div >
4546 < div class ="col-span-5 lg:col-span-0 ">
46- < h3 class ="mb-2 text-xl font-bold text-gray-900 dark:text-gray-100 "> Headline 2</ h3 >
47- < p class ="text-gray-500 dark:text-gray-400 "> Short explanation of headline 2</ p >
47+ < h3 class ="mb-2 text-xl font-bold text-gray-900 dark:text-gray-100 "> {% translate " Headline 2" %} </ h3 >
48+ < p class ="text-gray-500 dark:text-gray-400 "> {% translate " Short explanation of headline 2" %} </ p >
4849 < p class ="mt-6 ">
49- < a href ="#section2 " class ="text-sm font-semibold leading-6 text-primary "> Learn more
50+ < a href ="#section2 " class ="text-sm font-semibold leading-6 text-primary "> {% translate " Learn more" %}
5051 < span aria-hidden ="true "> →</ span >
5152 </ a >
5253 </ p >
@@ -64,8 +65,8 @@ <h3 class="mb-2 text-xl font-bold text-gray-900 dark:text-gray-100">Headline 2</
6465 </ svg >
6566 </ div >
6667 < div class ="col-span-5 lg:col-span-0 ">
67- < h3 class ="mb-2 text-xl font-bold text-gray-900 dark:text-gray-100 "> Headline 3</ h3 >
68- < p class ="text-gray-500 dark:text-gray-400 "> Short explanation of headline 3</ p >
68+ < h3 class ="mb-2 text-xl font-bold text-gray-900 dark:text-gray-100 "> {% translate " Headline 3" %} </ h3 >
69+ < p class ="text-gray-500 dark:text-gray-400 "> {% translate " Short explanation of headline 3" %} </ p >
6970 </ div >
7071 </ div >
7172 </ div >
0 commit comments