From 7c39d7d91fb6f6f1226bac1b9225018fe1153d6d Mon Sep 17 00:00:00 2001 From: Yifei Ding Date: Mon, 8 Nov 2021 16:38:39 -0800 Subject: [PATCH] script: add Gettext support --- kiauh.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kiauh.sh b/kiauh.sh index ea50a51..b0bb55f 100755 --- a/kiauh.sh +++ b/kiauh.sh @@ -1,4 +1,8 @@ #!/bin/bash + +### Gettext Configuration +alias GETTEXT='gettext "KIAUH"' + clear set -e