Skip to content

Commit dbfafdd

Browse files
authored
Update translations (hestiacp#3907)
* Update translations Add Albanian support * Update installers * Update languages.js
1 parent 5a39a8c commit dbfafdd

File tree

45 files changed

+200
-173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+200
-173
lines changed

docs/_data/languages.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export const languages = [
2+
{ text: 'Albanian', value: 'sq' },
23
{ text: 'Arabic', value: 'ar' },
34
{ text: 'Armenian', value: 'hy' },
45
{ text: 'Azerbaijani', value: 'az' },

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ set_default_lang() {
128128
if [ -z "$lang" ]; then
129129
eval lang=$1
130130
fi
131-
lang_list="ar az bg bn bs ca cs da de el en es fa fi fr hr hu id it ja ka ku ko nl no pl pt pt-br ro ru sk sr sv th tr uk ur vi zh-cn zh-tw"
131+
lang_list="ar az bg bn bs ca cs da de el en es fa fi fr hr hu id it ja ka ku ko nl no pl pt pt-br ro ru sk sq sr sv th tr uk ur vi zh-cn zh-tw"
132132
if ! (echo $lang_list | grep -w $lang > /dev/null 2>&1); then
133133
eval lang=$1
134134
fi

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ set_default_lang() {
128128
if [ -z "$lang" ]; then
129129
eval lang=$1
130130
fi
131-
lang_list="ar az bg bn bs ca cs da de el en es fa fi fr hr hu id it ja ka ku ko nl no pl pt pt-br ro ru sk sr sv th tr uk ur vi zh-cn zh-tw"
131+
lang_list="ar az bg bn bs ca cs da de el en es fa fi fr hr hu id it ja ka ku ko nl no pl pt pt-br ro ru sk sq sr sv th tr uk ur vi zh-cn zh-tw"
132132
if ! (echo $lang_list | grep -w $lang > /dev/null 2>&1); then
133133
eval lang=$1
134134
fi
-169 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-146 Bytes
Binary file not shown.
-162 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-88 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)