Fixes in po file(ru)

This commit is contained in:
Alexey Berezhok
2024-08-30 21:40:01 +03:00
parent 7912c29bb5
commit 4bf4a64bba
6 changed files with 4590 additions and 7014 deletions

View File

@@ -782,8 +782,13 @@ if [ "$HESTIA_B" = true ]; then
popd || { echo "Can't restore directory from $SRC_DIR, javascript rebuild aborted"; exit 1; }
fi
#Prepare mo files
pushd ../web/locale
./hst_convert_po2mo.sh
popd
# Generate source tar.gz
tar -h --exclude=".git" --exclude=".github" --exclude=".husky" --exclude=".vscode" --exclude="node_modules" --exclude="src/archive" -czf $BUILD_DIR/hestia-$BUILD_VER.tar.gz -C $SRC_DIR/.. hestiacp
tar -h --exclude=".git" --exclude=".github" --exclude=".husky" --exclude=".vscode" --exclude="node_modules" --exclude="src/archive" --exclude="*.po" --exclude="*.mo.orig" -czf $BUILD_DIR/hestia-$BUILD_VER.tar.gz -C $SRC_DIR/.. hestiacp
# Build RPM package
echo Building Hestia RPM