- fix: WeatherData asset not displaying properly
- rfe: Weather-Data not only for US-Cities - rfe: WeatherData Asset - Convert to International format
This commit is contained in:
parent
4469301092
commit
2ae31ce34b
8 changed files with 96 additions and 85 deletions
|
|
@ -1,6 +1,30 @@
|
|||
package WebGUI::i18n::English::Asset_WeatherData;
|
||||
|
||||
our $I18N = {
|
||||
'you need a weather.com key' => {
|
||||
message => q|Click here to register with weather.com for the free Weather XML Data Feed, which you need to use this asset.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'licenseKey help' => {
|
||||
message => q|You received this key in the email weather.com sent you after registering for the Weather XML Data Feed.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'licenseKey' => {
|
||||
message => q|Weather.com License Key|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'partnerId' => {
|
||||
message => q|Weather.com Partner Id|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'partnerId help' => {
|
||||
message => q|You received this id in the email weather.com sent you after registering for the Weather XML Data Feed.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'Current Weather Conditions Template to use' => {
|
||||
message => q|Current Weather Conditions Template to use|,
|
||||
|
|
@ -13,8 +37,8 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'Your list of default weather locations' => {
|
||||
message => q|Your list of default weather locations, each on its own line. Use City, ST or zipCode.|,
|
||||
lastUpdated => 1133619940,
|
||||
message => q{Your list of default weather locations, each on its own line. Usage: City, ST || Zip Code || City, Country},
|
||||
lastUpdated => 1172425406,
|
||||
},
|
||||
|
||||
'Default Locations' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue