diff options
Diffstat (limited to 'addons/weather.xbmc.builtin/addon.xml')
-rw-r--r-- | addons/weather.xbmc.builtin/addon.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/addons/weather.xbmc.builtin/addon.xml b/addons/weather.xbmc.builtin/addon.xml index 89d24855a3..1f81f41679 100644 --- a/addons/weather.xbmc.builtin/addon.xml +++ b/addons/weather.xbmc.builtin/addon.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="weather.xbmc.builtin"
name="Weather.com (standard)"
version="1.0.0"
@@ -6,7 +6,9 @@ <extension point="xbmc.python.weather" library=""/>
<extension point="xbmc.addon.metadata">
<summary>Current weather conditions.</summary>
+ <summary lang="hu">A jelenlegi időjárás.</summary>
<description>This is the default weather source.[CR][CR]It provides current weather conditions and a four day outlook.</description>
+ <description lang="hu">Ez az alap időjárási információforrás.[CR][CR]Tájékoztat a jelenlegi időjárásról, valamint egy négynapos előrejelzést is ad.</description>
<platform>all</platform>
</extension>
</addon>
|