mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 10:51:12 +02:00
add find weather location by postcode
todo: add country Signed-off-by: Thilo Graf <dbt@novatux.de> include fix compile, to_string used from helpers
This commit is contained in:
@@ -1812,6 +1812,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,
|
||||
@@ -2911,6 +2912,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,
|
||||
|
@@ -1812,6 +1812,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",
|
||||
@@ -2911,6 +2912,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",
|
||||
|
Reference in New Issue
Block a user