[Koha-bugs] [Bug 26547] New: Move context from msgid to msgctxt in pref PO files

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Sep 26 10:30:46 CEST 2020


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

            Bug ID: 26547
           Summary: Move context from msgid to msgctxt in pref PO files
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: enhancement
          Priority: P5 - low
         Component: I18N/L10N
          Assignee: julian.maurice at biblibre.com
          Reporter: julian.maurice at biblibre.com
        QA Contact: testopia at bugs.koha-community.org
                CC: frederic at tamil.fr
        Depends on: 25067

String extraction for system preferences puts context inside msgid. For
instance:

    # Accounting > Policy
    msgid "accounting.pref#FinePaymentAutoPopup# automatically display "
    "a print dialog for a payment receipt when making a payment.."

Context should be put into msgctxt, and the filename should be in a comment,
like this:

    #:
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref
    msgctxt "Accounting > Policy > FinePaymentAutoPopup"
    msgid "automatically display a print dialog for a payment receipt "
    "when making a payment.."


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25067
[Bug 25067] Move PO file manipulation code into gulp tasks
-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list