http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11262

--- Comment #5 from Bernardo Gonzalez Kriegel <[email protected]> ---
I tested it anyway, on top of Bug 11265 and (fixed) Bug 11263,
after resolve conflict with 11264

Good and bad news:

good) No need to translate, English seasons are already on PO files

bad) Your strings are not translated. They need to be between HTML tags.
For example on line 61 of 
koha-tmpl/intranet-tmpl/prog/en/modules/serials/showpredictionpattern.tt

61                      Spring[% matches.join("") %]

is ignored by translate script.

If you change that to

61                      <span>Spring</span>[% matches.join("") %]

then is translated.

Sorry again

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to