[Koha-bugs] [Bug 34437] New: Internationalization: Mark string not to be translated

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 27 19:52:02 CEST 2023


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

            Bug ID: 34437
           Summary: Internationalization: Mark string not to be translated
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: I18N/L10N
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: oleonard at myacpl.org
        QA Contact: testopia at bugs.koha-community.org
                CC: frederic at tamil.fr, julian.maurice at biblibre.com,
                    testopia at bugs.koha-community.org
        Depends on: 15395

We can now mark a string like [% t("String") %] to ensure that the translation
tool will pick it up. Looking at the .po files I think it would be useful to
have the opposite: A way to mark a string as not meant for translation.

Examples:

#: koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt:179
#, c-format
msgid "ILLDefaultStaffEmail"
msgstr "ILLDefaultStaffEmail"

#: koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt:63
#, c-format
msgid "IM_notification.ogg"
msgstr "IM_notification.ogg"

#: koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt:385
#, c-format
msgid "INSTID:12345,LANG:fr"
msgstr "INSTID:12345,LANG:fr"

#: koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt:136
#, c-format
msgid "INTERMARC"
msgstr "INTERMARC"

#: koha-tmpl/intranet-tmpl/prog/en/modules/about.tt:902
#, c-format
msgid "Irma Birchall"
msgstr "Irma Birchall"


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15395
[Bug 15395] Internationalization: plural forms, context, and more
-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list