forked from I2P_Developers/i2p.i2p
* i2prouter: Don't attempt to translate strings from script
This commit is contained in:
@@ -461,10 +461,13 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
gettext() {
|
gettext() {
|
||||||
"$WRAPPER_CMD" --translate "$1" "$WRAPPER_CONF" 2>/dev/null
|
# TODO provide translations and call external gettext.
|
||||||
if [ $? != 0 ] ; then
|
# For now, don't attempt to translate via the wrapper,
|
||||||
|
# it probably isn't supported in the community edition.
|
||||||
|
#"$WRAPPER_CMD" --translate "$1" "$WRAPPER_CONF" 2>/dev/null
|
||||||
|
#if [ $? != 0 ] ; then
|
||||||
echo "$1"
|
echo "$1"
|
||||||
fi
|
#fi
|
||||||
}
|
}
|
||||||
|
|
||||||
outputFile() {
|
outputFile() {
|
||||||
|
Reference in New Issue
Block a user