diff --git a/installer/resources/i2prouter b/installer/resources/i2prouter
index eb9c476f689564365712cbd5eda63b55b98488d8..6ee350140e76703905856e446d38bab011ff1248 100644
--- a/installer/resources/i2prouter
+++ b/installer/resources/i2prouter
@@ -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() {