chore: update translations

This commit is contained in:
Jacky 2025-04-18 14:05:25 +08:00
parent df95386088
commit c5e80fb98a
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
19 changed files with 1293 additions and 1127 deletions

View file

@ -15,7 +15,6 @@ import (
"github.com/0xJacky/Nginx-UI/internal/nginx"
"github.com/0xJacky/Nginx-UI/settings"
"github.com/pkg/errors"
"github.com/uozi-tech/cosy/logger"
)
// StubStatusInfo Store the stub_status module status
@ -57,7 +56,6 @@ func GetStubStatusData() (bool, *StubStatusData, error) {
// Get the stub_status status information
enabled, statusURL := IsStubStatusEnabled()
logger.Debug("GetStubStatusData", "enabled", enabled, "statusURL", statusURL)
if !enabled {
return false, result, fmt.Errorf("stub_status is not enabled")
}