mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-17 10:41:32 +01:00
changes
This commit is contained in:
17
archinstall/translations.sh
Executable file
17
archinstall/translations.sh
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
function translate_es {
|
||||
case $1 in
|
||||
"Hello")
|
||||
echo "Hola";;
|
||||
esac
|
||||
}
|
||||
|
||||
|
||||
function T {
|
||||
|
||||
case $sclang in
|
||||
"es")
|
||||
translate_es $2;;
|
||||
esac
|
||||
}
|
||||
Reference in New Issue
Block a user