revome trailing white space
This commit is contained in:
parent
0b71936054
commit
8c46786bb6
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
#
|
#
|
||||||
# Update/create voxelands po files
|
# Update/create voxelands po files
|
||||||
#
|
#
|
||||||
# To update source texts in the po files, simply execute this script with
|
# To update source texts in the po files, simply execute this script with
|
||||||
# `./updatepo.sh`
|
# `./updatepo.sh`
|
||||||
#
|
#
|
||||||
# To start a localization for a new language, create a directory for it in po/
|
# To start a localization for a new language, create a directory for it in po/
|
||||||
# named as it's language code, then execute this script with `./updatepo.sh`
|
# named as it's language code, then execute this script with `./updatepo.sh`
|
||||||
#
|
#
|
||||||
# Because we use the --package-name flag, you must have xgettext>=0.17 for
|
# Because we use the --package-name flag, you must have xgettext>=0.17 for
|
||||||
# this script to work. Use `xgettext -V` to check which version you have.
|
# this script to work. Use `xgettext -V` to check which version you have.
|
||||||
#
|
#
|
||||||
|
|
||||||
# an auxiliary function to abort processing with an optional error message
|
# an auxiliary function to abort processing with an optional error message
|
||||||
abort() {
|
abort() {
|
||||||
|
|
Loading…
Reference in New Issue