Translate hard-coded strings.

This commit is contained in:
koziolek
2017-11-03 14:53:00 +01:00
parent ca5249d839
commit 62998f8d69
12 changed files with 30 additions and 23 deletions

View File

@@ -113,7 +113,7 @@
<td class="hidden-sm hidden-xs" data-value="{{ entry.repeat_freq }}{{ entry.skip }}">
{{ entry.repeat_freq|_ }}
{% if entry.skip > 0 %}
skips over {{ entry.skip }}
{{ 'skips_over'|_ }} {{ entry.skip }}
{% endif %}
</td>
</tr>

View File

@@ -1,7 +1,7 @@
<table class="table table-hover">
<tr>
{% if showPiggyBank %}
<th>Piggy bank</th>
<th>{{ trans('list.piggy_bank') }}</th>
{% endif %}
<th>{{ trans('list.date') }}</th>
<th>{{ trans('list.amount') }}</th>