feat: batch upgrade nginx-ui on remote nodes #424.

This commit is contained in:
Jacky 2024-07-22 11:49:37 +08:00
parent f5a0a9ed50
commit d389bb07ae
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
21 changed files with 1783 additions and 1039 deletions

View file

@ -21,7 +21,7 @@ const current = computed({
const languageAvailable = gettext.available
watch(current, v => {
loadTranslations()
loadTranslations(route)
settings.set_language(v)
gettext.current = v