more template updates for i18n
This commit is contained in:
parent
e937d9d0a0
commit
fe1b52ab49
80 changed files with 1517 additions and 913 deletions
|
@ -2,12 +2,12 @@
|
|||
|
||||
<table id='${tableID}'>
|
||||
<caption>
|
||||
${tableCaption} <a href="${fileDownloadLink}">(.CSV File)</a>
|
||||
${tableCaption} <a href="${fileDownloadLink}">(.CSV ${i18n().file_capitalized})</a>
|
||||
</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
Year
|
||||
${i18n().year_capitalized}
|
||||
</th>
|
||||
<th>
|
||||
${tableActivityColumnName}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue