https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35079
--- Comment #9 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
