https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15395 --- Comment #27 from Julian Maurice <julian.maurice@biblibre.com> --- (In reply to Marc Véron from comment #26)
Hi Julian, I can not yet make it work. I think I missed something
perl translate install fr-FR Use of uninitialized value $pref_name in concatenation (.) or string at LangInstaller.pm line 202. Use of uninitialized value $pref_name in concatenation (.) or string at LangInstaller.pm line 244. SKIPPING ERROR MARKER IN HEADER: #-#-#-#-# Koha-perl.pot (PACKAGE VERSION) #-#-#-#-# SKIPPING ERROR MARKER IN HEADER: #-#-#-#-# Koha-js.pot (PACKAGE VERSION) #-#-#-#-#
I also have these messages, but they are only warnings, we can fix them later
Vales are not replaced in .tt file: [% SEARCH_RESULT.items_count %] [% tn('item', 'items', SEARCH_RESULT.items_count) %](...) I would expect: [% SEARCH_RESULT.items_count %] [% tn('exemplaire', 'exemplaires', SEARCH_RESULT.items_count) %](...)
This result is expected. Messages are not translated directly in template files, but tn() will return the correct translation at runtime. -- You are receiving this mail because: You are watching all bug changes.