Skip to content

Commit e7eff9d

Browse files
authored
Merge pull request hestiacp#1145 from hestiacp/refactor/import-languages
Refactor/import languages
2 parents b1a1f30 + dc92614 commit e7eff9d

File tree

106 files changed

+99607
-32928
lines changed

Some content is hidden

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

106 files changed

+99607
-32928
lines changed

install/upgrade/versions/1.3.0.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@ if [ "$FTP_SYSTEM" == "proftpd" ]; then
4242
cp -f $HESTIA_INSTALL_DIR/proftpd/tls.conf /etc/proftpd/
4343

4444
fi
45+
46+
# Remove old lanugage files.
47+
if [ -e $HESTIA/web/inc/i18n/en.php ]; then
48+
echo "[!] Clean up old language files"
49+
rm -fr $HESTIA/web/inc/i18n
50+
fi

web/inc/i18n/ar.php

Lines changed: 0 additions & 903 deletions
This file was deleted.

0 commit comments

Comments
 (0)