[Koha-bugs] [Bug 32677] Spanish language not displaying on the staff or opac interface

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 22 15:04:19 CEST 2023


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

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

--- Comment #13 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
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.


More information about the Koha-bugs mailing list