[BUG] Error in update 7.39 — issue with Ukrainian translation
Description:
After updating the panel to version 7.39.0, the following error occurs:
ValueError: expected '}' before end of string
As a result, the panel does not work — none of the tabs open (website, FTP, etc.).
Cause:
The issue is in the Ukrainian translation — the language file contains a syntax error in string formatting with {} placeholders used in .format().
Temporary solution:
- Manually change the panel language to English
or
- Install the fixed Ukrainian language files from GitHub until the official fix is released:
sudo bash -c "$(curl -s https://raw.githubusercontent.com/Vova-Bob/aaPanel---Ukrainian-Language-pak/main/ua_language_pack.sh)"
