Bug 30992: Improve translatability for 'for'

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Jonathan Druart 2022-07-13 08:01:48 +02:00 committed by Tomas Cohen Arazi
parent eedec9e929
commit 92f5e02a8c
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -121,10 +121,9 @@
<span>on Sunday</span>
[% END %]
<span>for</span>
[% IF ( subscription_LOO.numberlength ) %][% subscription_LOO.numberlength | html %] <span>issues</span>[% END %]
[% IF ( subscription_LOO.weeklength ) %][% subscription_LOO.weeklength | html %] <span>weeks</span>[% END %]
[% IF ( subscription_LOO.monthlength ) %][% subscription_LOO.monthlength | html %] <span>months</span>[% END %]
[% IF ( subscription_LOO.numberlength ) %]<span>for [% subscription_LOO.numberlength | html %] issues</span>[% END %]
[% IF ( subscription_LOO.weeklength ) %]<span>for [% subscription_LOO.weeklength | html %] weeks</span>[% END %]
[% IF ( subscription_LOO.monthlength ) %]<span>for [% subscription_LOO.monthlength | html %] months</span>[% END %]
</p>
<p>The first subscription was started on [% subscription_LOO.histstartdate | html %]</p>
[% IF ( subscription_LOO.histenddate ) %]