[Koha-bugs] [Bug 11655] New: koha-translate --list shouldn't show 'en'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 31 20:42:19 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11655

            Bug ID: 11655
           Summary: koha-translate --list shouldn't show 'en'
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Packaging
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: tomascohen at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: robin at catalyst.net.nz

'en' is not a translation and it doesn't make any sense to return it as part of
the installed translations or the available ones.

It becomes relevant to remove it as users upgrading their installed
translations end up doing things like this to remove en from the list:

for lang in $(sudo koha-translate --list | grep -v -x en) ; do sudo
koha-translate --update $lang ; done

And we do the same in several places too.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list