mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-18 03:01:32 +01:00
changes
This commit is contained in:
@@ -12,7 +12,7 @@ esac
|
|||||||
function translate_en {
|
function translate_en {
|
||||||
case $1 in
|
case $1 in
|
||||||
"Arch install script (BETA)")
|
"Arch install script (BETA)")
|
||||||
echo $1;;
|
echo "Arch install script (BETA)";;
|
||||||
"Intro arch install script")
|
"Intro arch install script")
|
||||||
echo "Through simple questions, we will install arch in your computer. Its designed to be simple and guied by options, but you need to be careful during the process. Warning: You musnt stop the install never, or anything can happen";;
|
echo "Through simple questions, we will install arch in your computer. Its designed to be simple and guied by options, but you need to be careful during the process. Warning: You musnt stop the install never, or anything can happen";;
|
||||||
esac
|
esac
|
||||||
@@ -23,8 +23,8 @@ esac
|
|||||||
function T {
|
function T {
|
||||||
case $sclang in
|
case $sclang in
|
||||||
"es")
|
"es")
|
||||||
translate_es $1;;
|
translate_es "$1";;
|
||||||
"en")
|
"en")
|
||||||
translate_en $1;;
|
translate_en "$1";;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user