开发者 | myselfko |
---|---|
更新时间 | 2012年12月15日 18:08 |
PHP版本: | 3.0.1 及以上 |
WordPress版本: | 3.5 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
easyweather-widget
to the /wp-content/plugins/
directory or install using WordPress' built-in 'Add New Plugin installer'Just edit weather-language.php
in easyweather-widget
folder. You must add new array, edit languange settings and translate their values:
$weather_language['en'] = array(
"description" => "English",
"refreshed" => "Refreshed at",
"error" => "No cities match your search query.",
"Monday" => "Mon",
"Tuesday" => "Tue",
"Wednesday" => "Wed",
"Thursday" => "Thu",
"Friday" => "Fri",
"Saturday" => "Sat",
"Sunday" => "Sun"
);
You can send me translation in your language to myselfko@gmail.com.
Yes, you can upload your icons in .gif format to the folder easyweather-widget/icons
, but their names must be:
DAYTIME
chanceflurries.gif
chancerain.gif
chancesleet.gif
chancesnow.gif
chancetstorms.gif
clear.gif
cloudy.gif
flurries.gif
fog.gif
hazy.gif
mostlycloudy.gif
mostlysunny.gif
partlycloudy.gif
partlysunny.gif
rain.gif
sleet.gif
snow.gif
sunny.gif
tstorms.gif
unknown.gif
NIGHTIME
nt_chanceflurries.gif
nt_chancerain.gif
nt_chancesleet.gif
nt_chancesnow.gif
nt_chancetstorms.gif
nt_clear.gif
nt_cloudy.gif
nt_flurries.gif
nt_fog.gif
nt_hazy.gif
nt_mostlycloudy.gif
nt_mostlysunny.gif
nt_partlycloudy.gif
nt_partlysunny.gif
nt_rain.gif
nt_sleet.gif
nt_snow.gif
nt_sunny.gif
nt_tstorms.gif
nt_unknown.gif
You can find some of my iconsets at https://dl.dropbox.com/u/1351805/EasyWeather/index.html