diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..fcadb2cf9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text eol=lf diff --git a/.platform/hooks/predeploy/00-install-fonts.sh b/.platform/hooks/predeploy/00-install-fonts.sh new file mode 100644 index 000000000..6f740d0c7 --- /dev/null +++ b/.platform/hooks/predeploy/00-install-fonts.sh @@ -0,0 +1,24 @@ +#!/bin/bash + +# Install required packages +dnf install -y fontconfig freetype + +# Move to the /tmp directory for temporary download and extraction +cd /tmp + +# Download the Montserrat font zip file +wget https://images.imex.online/fonts/montserrat.zip -O montserrat.zip + +# Unzip the downloaded font file +unzip montserrat.zip -d montserrat + +# Move the font files to the system fonts directory +mv montserrat/montserrat/*.ttf /usr/share/fonts + +# Rebuild the font cache +fc-cache -fv + +# Clean up +rm -rf /tmp/montserrat /tmp/montserrat.zip + +echo "Montserrat fonts installed and cached successfully." diff --git a/.vscode/settings.json b/.vscode/settings.json index dd6a1330b..74b58f715 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,5 +8,35 @@ "pattern": "**/IMEX.xml", "systemId": "logs/IMEX.xsd" } + ], + "cSpell.words": [ + "antd", + "appointmentconfirmation", + "appt", + "autohouse", + "autohouseid", + "billlines", + "bodyshop", + "bodyshopid", + "bodyshops", + "CIECA", + "claimscorp", + "claimscorpid", + "Dinero", + "driveable", + "IMEX", + "imexshopid", + "jobid", + "joblines", + "Kaizen", + "labhrs", + "larhrs", + "mixdata", + "ownr", + "promanager", + "shopname", + "smartscheduling", + "timetickets", + "touchtime" ] } diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 403e480ff..0eb350bea 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -1,4 +1,4 @@ - +