Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions dynamic-templates/different-languages/different_languages.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,24 @@
</td>
</tr>
</table>
{{else if portuguese}}
<table class="module" role="module" data-type="text" border="0" cellpadding="0" cellspacing="0" width="100%" style="table-layout: fixed;">
<tr>
<td style="padding:30px 45px 30px 45px;line-height:22px;text-align:inherit;"
height="100%"
valign="top"
bgcolor="">
<div style="text-align: center;"><span style="color:#333333;">
<p>Este conteúdo pode ser apresentado em múltiplos idiomas. Este exemplo está em Português.</p>
<p>&nbsp;</p>
<p>Quanta madeira poderia uma marmota lançar</p>
<p>Se uma marmota pudesse lançar madeira?</p>
<p>Tanta madeira quanto uma marmota poderia lançar,</p>
<p>Se uma marmota pudesse lançar madeira.</p>
</span></div>
</td>
</tr>
</table>
{{/if}}

<table class="module"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"portuguese":true
}