1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-18 19:21:32 +01:00
This commit is contained in:
kprkpr
2016-06-05 19:55:59 +02:00
parent 54a743db71
commit cb27047e95

View File

@@ -1,7 +1,7 @@
#!/bin/bash
#Translation function for the script. Loaded by source translations.sh and used by $(T "Text") returing a 'echo "Translated text"'
#For adding a language you have to add "id") echo "Translated to id language" , putting in id your language (pr, en,it, es,...)
#The * represents "en" language, and is the standard output if it's not translated. ( "ERASE)" == ' "en") ' ) English is the "universal" language.
#The * represents "en" language, and is the standard output if it's not translated. ( "*)" == ' "en") ' ) English is the "universal" language.
#If translation of *) is echo "$1" it means trat is equal to the case (as case is writed in abreviated English, but sometimes is the same)
function T {