forked from rc/aircox
localisation
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
|
||||
{% with start_hour=schedule.time.hour start_minute=schedule.time.minute %}
|
||||
{% with duration_hour=schedule.duration.hour duration_minute=schedule.duration.minute %}
|
||||
<li aria-label="{% blocktrans trimmed %}Diffusion on {{ day }} at {{ start_hour }} hours {{ start_minute }}, on the {{ frequency }}, and last for {{ duration_hour }} hours and {{ duration_minute }} minutes {% endblocktrans %}">
|
||||
<li aria-label="{% blocktrans trimmed %}Diffusion on {{ day }} at {{ start_hour }} hours {{ start_minute }}, {{ frequency }}, and last for {{ duration_hour }} hours and {{ duration_minute }} minutes {% endblocktrans %}">
|
||||
{% endwith %}
|
||||
{% endwith %}
|
||||
|
||||
|
@ -34,8 +34,8 @@
|
||||
{% if is_default %}
|
||||
default: true,
|
||||
{% endif %}
|
||||
{% if single_mode %}
|
||||
single_mode: true,
|
||||
{% if read_all %}
|
||||
read_all: true,
|
||||
{% endif %}
|
||||
{% if modifiable %}
|
||||
modifiable: true,
|
||||
|
Reference in New Issue
Block a user