Skip to content

Commit 4e1b66d

Browse files
authored
Merge pull request hestiacp#1369 from emrahkayihan/patch-1
language problem in installing hestia
2 parents aeabeee + 0a65349 commit 4e1b66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ set_default_lang() {
117117
eval lang=$1
118118
fi
119119
lang_list="ar az bg bs cs da de el en es fa fi fr hr hu id it ja ka ko nl no pl pt pt-br ro
120-
ru sr sv th uk ur vi zh-cn zh-tw"
120+
ru sr sv th tr uk ur vi zh-cn zh-tw"
121121
if !(echo $lang_list |grep -w $lang > /dev/null 2>&1); then
122122
eval lang=$1
123123
fi

0 commit comments

Comments
 (0)