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@lists.koha-community.org Reporter: oleonard@myacpl.org QA Contact: testopia@bugs.koha-community.org CC: frederic@tamil.fr, julian.maurice@biblibre.com, testopia@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.