https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35079 --- Comment #20 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Jonathan Druart from comment #9)
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.
See bug 35332. -- You are receiving this mail because: You are watching all bug changes.