[libgweather] GWeatherInfo: translate ice pellets as "sleet"
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgweather] GWeatherInfo: translate ice pellets as "sleet"
- Date: Tue, 26 Mar 2013 14:28:52 +0000 (UTC)
commit 3383b3562aba2bc9e39b2e8b1083206ada8d02ee
Author: Giovanni Campagna <gcampagna src gnome org>
Date: Sat Mar 9 00:01:40 2013 +0100
GWeatherInfo: translate ice pellets as "sleet"
Ice pellets is the technical term, but people generally refer to it
as sleet in the US.
https://bugzilla.gnome.org/show_bug.cgi?id=695397
libgweather/weather.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgweather/weather.c b/libgweather/weather.c
index b98fbe3..c3d4792 100644
--- a/libgweather/weather.c
+++ b/libgweather/weather.c
@@ -192,7 +192,7 @@ static const gchar *conditions_str[24][13] = {
/* SNOW */ {N_("Snow"), "??", N_("Light snow"),
N_("Moderate snow"), N_("Heavy snow"), "??", "??",
"??", N_("Snowstorm"), N_("Blowing snowfall"),
N_("Snow showers"), N_("Drifting snow"), "??" },
/* SNOW_GRAINS */ {N_("Snow grains"), "??", N_("Light snow
grains"), N_("Moderate snow grains"), N_("Heavy snow grains"), "??", "??",
"??", "??", "??",
"??", "??", "??" },
/* ICE_CRYSTALS */ {N_("Ice crystals"), "??", "??",
N_("Ice crystals"), "??", "??", "??",
"??", "??", "??",
"??", "??", "??" },
- /* ICE_PELLETS */ {N_("Ice pellets"), "??", N_("Few ice
pellets"), N_("Moderate ice pellets"), N_("Heavy ice pellets"), "??", "??",
"??", N_("Ice pellet storm"), "??",
N_("Showers of ice pellets"), "??", "??" },
+ /* ICE_PELLETS */ {N_("Sleet"), "??", N_("Little sleet"),
N_("Moderate sleet"), N_("Heavy sleet"), "??", "??",
"??", N_("Sleet storm"), "??", N_("Showers of sleet"),
"??", "??" },
/* HAIL */ {N_("Hail"), "??", "??",
N_("Hail"), "??", "??", "??",
"??", N_("Hailstorm"), "??",
N_("Hail showers"), "??", "??", },
/* SMALL_HAIL */ {N_("Small hail"), "??", "??",
N_("Small hail"), "??", "??", "??",
"??", N_("Small hailstorm"), "??",
N_("Showers of small hail"), "??", "??" },
/* PRECIPITATION */ {N_("Unknown precipitation"), "??", "??",
"??", "??", "??", "??",
"??", "??", "??",
"??", "??", "??" },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]