List for weather description key types from OpenWeatherMap API based on weather id.
This list of keys can be used to translate weather id to human readable description with different languages.
const i18Weather: Record<WeatherDescription, string> = { clear_sky: 'Clear sky', ...} Copy
const i18Weather: Record<WeatherDescription, string> = { clear_sky: 'Clear sky', ...}
List for weather description key types from OpenWeatherMap API based on weather id.
This list of keys can be used to translate weather id to human readable description with different languages.