[Koha-bugs] [Bug 18629] Translatability: Fix problems with web installer 17.05

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 26 13:49:48 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18629

--- Comment #7 from Marc Véron <veron at veron.ch> ---
Created attachment 63741
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=63741&action=edit
Bug 18629 - Translatability: Fix problems with web installer 17.05

The new web installer for 17.05 has a great new design - but it has a lot of
translatability issues. Some strings are not picked for translations,
some expose the content of tt directives, and others are splitted by
html tags, resulting in small text fragments that are not easy to translate.

This patch weeds out such translation problems for step1.tt, step2.tt and
step3.tt

To test:
- Apply patch (on top of Bug 18665 because of html tags inside of
  tt directives in step2.tt)
- Prepare a fresh install (drop database, create database)
- Walk through the installation process and verify that it works as before
- Verify that string changes (in English) make sense
- Create a translation( cd misc/translator, then perl translate create aa-AA)
  then: vim po/aa-AA-staff-prog.po and search for: /installer\/step
  Verify that strings for step1.tt, step2.tt, step3.tt are not fragmented,
  do not contain [%%, and are easily translatable (make sense without having
  to search in source files for context).

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list