I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 352c6ba4 authored by zzz's avatar zzz
Browse files

* i2prouter: Don't attempt to translate strings from script

parent ce27d69e
No related branches found
No related tags found
No related merge requests found
......@@ -461,10 +461,13 @@ fi
gettext() {
"$WRAPPER_CMD" --translate "$1" "$WRAPPER_CONF" 2>/dev/null
if [ $? != 0 ] ; then
# TODO provide translations and call external gettext.
# 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"
fi
#fi
}
outputFile() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment