Bugzilla – Attachment 137855 Details for
Bug 30992
Hard to translate single word strings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30992: Improve translatability for 'for'
Bug-30992-Improve-translatability-for-for.patch (text/plain), 2.04 KB, created by
Jonathan Druart
on 2022-07-19 07:38:21 UTC
(
hide
)
Description:
Bug 30992: Improve translatability for 'for'
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-07-19 07:38:21 UTC
Size:
2.04 KB
patch
obsolete
>From 0687fa97a069b98ee04b16ce596ab555ac42903a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 13 Jul 2022 08:01:48 +0200 >Subject: [PATCH] Bug 30992: Improve translatability for 'for' > >--- > .../opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt >index 2197e4fe968..86dd33578c4 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt >@@ -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 ) %] >-- >2.25.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 30992
:
137664
|
137665
|
137666
|
137667
|
137855
|
138393
|
138394
|
138661
|
138662
|
138764