Fix update-pot so that it can handle UTF-8
It crashed on non-ascii characters before, for example the "®" character.
This commit is contained in:
parent
8a0cbd742b
commit
901a425a4f
|
@ -23,6 +23,7 @@ update-pot:
|
|||
--package-version="$(VERSION)" \
|
||||
--msgid-bugs-address="novnc@googlegroups.com" \
|
||||
--add-comments=TRANSLATORS: \
|
||||
--from-code=UTF-8 \
|
||||
--sort-by-file \
|
||||
../app/*.js \
|
||||
../core/*.js \
|
||||
|
|
Loading…
Reference in New Issue