summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfunctions/echo.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/functions/echo.sh b/functions/echo.sh
index d865ddb..c5ec7e5 100755
--- a/functions/echo.sh
+++ b/functions/echo.sh
@@ -9,6 +9,14 @@
set -e
+Echo ()
+{
+ STRING="${1}"
+ shift
+
+ printf "$(eval_gettext "${STRING}")" "${@}"; echo;
+}
+
Echo_debug ()
{
STRING="${1}"