add find weather location by postcode

todo: add country


Origin commit data
------------------
Commit: b2b2d605dc
Author: TangoCash <eric@loxat.de>
Date: 2022-01-20 (Thu, 20 Jan 2022)
This commit is contained in:
TangoCash
2022-01-20 21:24:37 +01:00
committed by vanhofen
parent 42179b9b7e
commit ab7fc894a1
8 changed files with 70 additions and 0 deletions

View File

@@ -1931,6 +1931,7 @@ typedef enum
LOCALE_MENU_HINT_WEATHER_API_KEY,
LOCALE_MENU_HINT_WEATHER_ENABLED,
LOCALE_MENU_HINT_WEATHER_LOCATION,
LOCALE_MENU_HINT_WEATHER_LOCATION_POSTCODE,
LOCALE_MENU_HINT_WEBRADIO_SETUP,
LOCALE_MENU_HINT_WEBRADIO_XML_AUTO,
LOCALE_MENU_HINT_WEBTV_SETUP,
@@ -3065,6 +3066,7 @@ typedef enum
LOCALE_WEATHER_API_KEY,
LOCALE_WEATHER_ENABLED,
LOCALE_WEATHER_LOCATION,
LOCALE_WEATHER_LOCATION_POSTCODE,
LOCALE_WEBCHANNELS_XML_ADD,
LOCALE_WEBCHANNELS_XML_DEL,
LOCALE_WEBCHANNELS_XML_ENTER,

View File

@@ -1931,6 +1931,7 @@ const char * locale_real_names[] =
"menu.hint_weather_api_key",
"menu.hint_weather_enabled",
"menu.hint_weather_location",
"menu.hint_weather_location_postcode",
"menu.hint_webradio_setup",
"menu.hint_webradio_xml_auto",
"menu.hint_webtv_setup",
@@ -3065,6 +3066,7 @@ const char * locale_real_names[] =
"weather.api_key",
"weather.enabled",
"weather.location",
"weather.location_postcode",
"webchannels.xml.add",
"webchannels.xml.del",
"webchannels.xml.enter",