mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Mainly internationalisation improvements - not finished yet.
This commit is contained in:
parent
a7409c25be
commit
d4ed336827
21 changed files with 90 additions and 234 deletions
|
|
@ -3,10 +3,10 @@
|
|||
<div id="content" class="history">
|
||||
<table class="music-ruled">
|
||||
<tr>
|
||||
<th>{{config.when-col-hdr}}</th>
|
||||
<th>{{config.what-col-hdr}}</th>
|
||||
<th>{{config.vers-col-hdr}}</th>
|
||||
<th>{{config.change-col-hdr}}</th>
|
||||
<th>{% i18n when-col-hdr %}</th>
|
||||
<th>{% i18n what-col-hdr %}</th>
|
||||
<th>{% i18n vers-col-hdr %}</th>
|
||||
<th>{% i18n change-col-hdr %}</th>
|
||||
</tr>
|
||||
{% for entry in history %}
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue