prepare for translations #3015, update pkg

This commit is contained in:
MichaelDvP
2026-04-13 13:58:10 +02:00
parent e514ba4bb5
commit d6a9f2a731
19 changed files with 410 additions and 394 deletions

View File

@@ -348,7 +348,7 @@ const Sensors = () => {
const addAnalogSensor = useCallback(() => {
if (firstAvailableGPIO.current === undefined) {
toast.error('No available GPIO found');
toast.error(LL.NO_GPIO());
return;
}
setCreating(true);