Hello Around 45 files are not included on ca-VA directory. I had to copy them from es-ES. The following directories does not exist - includes - js - lib - xslt and several files *css and *tmpl are not there too. You can test it in a quick way with the following command line: First number, tells "number of files" koha2# tar tvfz koha-3.00.06-all-translations.tar.gz |grep en-NZ|wc 1370 8220 191391 koha2# tar tvfz koha-3.00.06-all-translations.tar.gz |grep en-GB|wc 1370 8220 191391 koha2# tar tvfz koha-3.00.06-all-translations.tar.gz |grep ca-VA|wc 1272 7632 179852 koha2# tar tvfz koha-3.00.06-all-translations.tar.gz |grep es-ES|wc 1370 8220 191391 Any explanation of these differences will be appreciated Thanks in advance Evelio
Hi Evelio, 3.0.x has already reached end of life. I suspect your problem was caused by broken .po files. If there are fatal errors in the po files (caused by translation errors mostly) the script creating the template files does not finish correctly. What you can do to find those problems is opening the po files with poedit. Make sure it checks for errors upon saving and repair what the program complains about. Then you can recreate the template files and all should be ok. For newer versions it should work. If you still have problems you can use the mailing list translate@lists.koha-community.org to get people to help you figuring it out.