summaryrefslogtreecommitdiff
path: root/lang.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lang.sh')
-rwxr-xr-xlang.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang.sh b/lang.sh
index 73aeca1..8b9fab1 100755
--- a/lang.sh
+++ b/lang.sh
@@ -2,6 +2,9 @@
ENGINES=$(ibus engine)
case "$ENGINES" in
+ *en*)
+ echo "EN"
+ ;;
*pl*)
echo "PL"
;;