https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19286 --- Comment #14 from Claudio <costalc@gmail.com> --- (In reply to Tomás Cohen Arazi from comment #11)
Hi Claudio, I suggest you remove the es-ES translation, using
$ sudo koha-translate --remove es-ES
Command line output: Error: the selected language is already installed. Try --update if you want to re-install it.
Then finish the install process
$ apt -f install
Then install the translation
$ sudo koha-translate --install es-ES
Command line output: Error: the selected language is already installed. Try --update if you want to re-install it.
Important things to note: - You might had custom stuff that interfered with the process
What kind of "custom stuff" do you refer to? The instalation is 100% standard. Where should I look for?
- You might have ran the process from one of the translating directories, and thus interfered with the process (because it would be used and thus non-removable).
I run the process from my user "root" directory
- The --update option con koha-translate actually removes the translation and then generates it, so it is normal that it get
Ok, I understand why it is missing... ****************** Thanks Tomás. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.