[Koha-bugs] [Bug 6084] New: Missing translation markers in javascript alert messages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 6 14:00:32 CEST 2011


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

             Bug #: 6084
           Summary: Missing translation markers in javascript alert
                    messages
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: I18N/L10N
        AssignedTo: frederic at tamil.fr
        ReportedBy: katrin.fischer at bsz-bw.de
         QAContact: koha-bugs at lists.koha-community.org


It seems the translation tool is not picking up alert messages for translations
when they are not properly formatted:

Bad:
alert("Your text will stay English forever!");

Good:
alert(_("Your text will be translatable!"));

A quick look at the code reveals a lot of translation problems in this area.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list