[Koha-bugs] [Bug 35079] Add option to gulp tasks po:update and po:create to control if POT should be built

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 27 13:05:57 CEST 2023


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

--- Comment #9 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Logging the following here.

There is a bug when you run `gulp po:update` without --lang (or with all langs
passed).

Error: Command failed: msgmerge --backup=off --no-wrap --quiet -F --update
misc/translator/po/en-NZ-messages.po misc/translator/Koha-messages.pot          
misc/translator/Koha-messages.pot:11:35: syntax error                           
misc/translator/Koha-messages.pot:11: keyword "n" unknown                       
misc/translator/Koha-messages.pot:12: end-of-line within string      


There is an extra quote at the end of line 11 ("\n" instead of \n").

Doing a po:extract then a po:update seems to fix the problem.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list