i18n + autoformat

This commit is contained in:
ItsLemmy
2025-11-21 13:18:02 -05:00
parent c5b23cc291
commit a884f012d8
16 changed files with 480 additions and 445 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ Singleton {
root.coordinatesReady = true;
isFetchingWeather = false;
Logger.i("Location", "Cached weather to disk - stable coordinates updated");
Logger.d("Location", "Cached weather to disk - stable coordinates updated");
} catch (e) {
errorCallback("Location", "Failed to parse weather data");
}
+4 -7
View File
@@ -227,8 +227,8 @@ Singleton {
lastError = "";
Logger.i("VPN", "Connected to " + connectProcess.name);
ToastService.showNotice(connectProcess.name, I18n.tr("toast.vpn.connected", {
"name": connectProcess.name
}), "shield-lock");
"name": connectProcess.name
}), "shield-lock");
scheduleRefresh(1000);
}
}
@@ -265,8 +265,8 @@ Singleton {
disconnectingUuid = "";
lastError = "";
ToastService.showNotice(disconnectProcess.name, I18n.tr("toast.vpn.disconnected", {
"name": disconnectProcess.name
}), "shield-off");
"name": disconnectProcess.name
}), "shield-off");
scheduleRefresh(1000);
}
}
@@ -285,6 +285,3 @@ Singleton {
}
}
}