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@lists.koha-community.org Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org CC: robin@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.