Loading...
} - {error &&{error}
} - {weather && ( -- Temperature:{" "} - - {" "} - {weather.main.temp} - - °C -
-Condition: {weather.weather[0].description}
-Date: {new Date(day.dt_txt).toLocaleDateString()}
-- Temp:{day.main.temp} °C -
-Condition: {day.weather[0].description}
-{t('weather:loading')}
} {/* Missatge de càrrega traduït */} + {error &&{error}
} + {weather && ( ++ {t('weather:temperature')}:{" "} + + {weather.main.temp} + + °C +
+{t('weather:condition')}: {weather.weather[0].description}
+{t('weather:date')}: {new Date(day.dt_txt).toLocaleDateString()}
+{t('weather:temperature')}: {day.main.temp} °C
+{t('weather:condition')}: {day.weather[0].description}
+ {tabIndex === 0 && ( + <> +