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)" \
|
--package-version="$(VERSION)" \
|
||||||
--msgid-bugs-address="novnc@googlegroups.com" \
|
--msgid-bugs-address="novnc@googlegroups.com" \
|
||||||
--add-comments=TRANSLATORS: \
|
--add-comments=TRANSLATORS: \
|
||||||
|
--from-code=UTF-8 \
|
||||||
--sort-by-file \
|
--sort-by-file \
|
||||||
../app/*.js \
|
../app/*.js \
|
||||||
../core/*.js \
|
../core/*.js \
|
||||||
|
|
Loading…
Reference in New Issue