You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ui): localize SeaweedFS object storage labels and placeholders
The SeaweedFS endpoint field labels and placeholders were hard-coded in
English while the surrounding form uses $t(...) with locale keys, leaving
the new provider configuration untranslated for non-English users. Added
label.seaweedfs.s3.url, label.seaweedfs.iam.url,
label.seaweedfs.metrics.url and matching .placeholder entries to
en.json and bound the form fields through the localization mechanism.
0 commit comments