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

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart+koha@gmail.
                   |                            |com

--- Comment #13 from Jonathan Druart <[email protected]> ---
koha-translate has a 'print_installed' routine that is used by the script to
know if the language is already installed (and block you with the error you
get).

It is doing

print_installed()
{
    ( ls -1 $KOHA_HOME/$OPAC_TMPL/bootstrap/ ; \ 
        ls -1 $KOHA_HOME/$OPAC_TMPL/prog/ 2> /dev/null ) | \ 
        sort | uniq | \ 
        grep -v -e images -e itemtypeimg -x -e en -e css -e js -e less -e lib 
}

Can you list the 2 directory and confirm that you have es-ES in there?
Then call remove and ls again. What's left?

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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