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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

'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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to