Remove angry slovak translate

Signed-off-by: Jacob Hrbek <kreyren@rixotstudio.cz>
This commit is contained in:
Jacob Hrbek 2020-10-31 23:30:05 +01:00
parent bf8ffb1904
commit 6b619df272
No known key found for this signature in database
GPG Key ID: FCBA0482B0AB9F10

View File

@ -26,8 +26,6 @@ binder_signzone() {
-n "$(nproc 2>/dev/null || printf 1)" \
"/etc/bind/zonefiles/${domain##*.}/${domain%%.*}/$zonefile" || {
case "$LANG" in
# NOTE-TRANSLATE(Krey): Translated via youtube(https://www.youtube.com/watch?v=ZIdrH9p8wek), might need spellcheck
sk-*) die 1 "ČOBOLO! AHO! AHO!" ;;
en-*|*) die 1 "Signing zone dotya.ml failed"
esac
}