Update main_menu.sh

This commit is contained in:
MacRimi 2025-01-29 22:45:30 +01:00 committed by GitHub
parent c794d5d7fb
commit 3b462769c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ initialize_cache() {
fi
}
Load language from JSON file
# Load language from JSON file
load_language() {
if [ -f "$CONFIG_FILE" ]; then
LANGUAGE=$(jq -r '.language' "$CONFIG_FILE")