[Koha-bugs] [Bug 20988] New: Internationalization: wrap all translatable text inside t() calls

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 25 09:17:16 CEST 2018


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

            Bug ID: 20988
           Summary: Internationalization: wrap all translatable text
                    inside t() calls
 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: 15395

Bug 15395's Koha::I18n is working well, but it is basically useless until we
wrap all the translatable strings inside __*() calls (or t*() calls inside
templates).
This bug aims to do that.

I wrote a little tool to automatically find and replace translatable text by
the corresponding call. It can be found here :
https://github.com/jajm/koha-i18n.

This bug will hold a few patches that will make koha-i18n work better and I'll
try to attach all the changes it does.


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.


More information about the Koha-bugs mailing list