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

            Bug ID: 22252
           Summary: Status messages returned by Mana are not translatable
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Web services
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
        Depends on: 17047
  Target Milestone: ---

Some Mana messages which are shown in Koha are being passed directly from Mana
as English strings:

lib/Mana/Resource.pm: return { msg => "The $resource already exists on Mana,
thanks for your contribution!", id => $id, statuscode => 208 };

These strings are not translatable in Koha. If each message is being sent with
a unique statuscode we should put the messages strings in a template and use
the statuscodes to control their display.


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047
[Bug 17047] Mana Knowledge Base : share data
-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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