Skip to content

Commit

Permalink
localization update
Browse files Browse the repository at this point in the history
  • Loading branch information
piejanssens committed Oct 31, 2020
1 parent d493c4f commit 06b317a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
16 changes: 9 additions & 7 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.redbull.tv" name="Red Bull TV" version="3.2.0" provider-name="nedge2k, andy-g, piejanssens">
<requires>
<import addon="script.module.dateutil" version="2.8.0"/>
<import addon="script.module.routing" version="0.2.0"/>
<import addon="xbmc.python" version="2.26.0"/>
<import addon="script.module.dateutil" version="2.8.0" />
<import addon="script.module.routing" version="0.2.0" />
<import addon="xbmc.python" version="2.26.0" />
</requires>
<extension point="xbmc.python.pluginsource" library="resources/lib/addon_entry.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Watch Red Bull TV, live and on demand.</summary>
<description lang="en">Red Bull TV gives you front-row access to live events, the best inaction sports, new music and entertainment, and thrilling videos from world adventurers.</description>
<disclaimer lang="en">This add-on is not endorsed by Red Bull GmbH and is provided 'as is' without any warranty of any kind.
</disclaimer>
<summary lang="en_GB">Watch Red Bull TV, live and on demand.</summary>
<description lang="en_GB">Red Bull TV gives you front-row access to live events, the best inaction sports, new music and entertainment, and thrilling videos from world adventurers.</description>
<disclaimer lang="en_GB">This add-on is not endorsed by Red Bull GmbH and is provided 'as is' without any warranty of any kind.</disclaimer>
<summary lang="nl_BE">Bekijk Red Bull TV, live en op aanvraag.</summary>
<description lang="nl_BE">Red Bull TV geeft je toegang vanop de eerste rij voor live evenementen, de beste actie sporten, muziek en entertainment, en spannende videos van avonturiers.</description>
<disclaimer lang="nl_BE">Deze add-on wordt niet herkend door Red Bull GmbH en wordt zonder enige garantie van welke aard dan ook aangeboden.</disclaimer>
<website>https://www.redbull.tv/</website>
<platform>all</platform>
<source>https://github.com/add-ons/plugin.video.redbull.tv</source>
Expand Down
4 changes: 4 additions & 0 deletions resources/language/resource.language.en_gb/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ msgctxt "#30227"
msgid "This event is scheduled to start on:"
msgstr ""

msgctxt "#30228"
msgid "Best of Red Bull TV"
msgstr ""

### SETTINGS
msgctxt "#30860"
msgid "Integration"
Expand Down
4 changes: 4 additions & 0 deletions resources/language/resource.language.nl_nl/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ msgctxt "#30227"
msgid "This event is scheduled to start on:"
msgstr "Dit evenement is gepland om te starten op:"

msgctxt "#30228"
msgid "Beste van Red Bull TV"
msgstr ""

### SETTINGS
msgctxt "#30860"
msgid "Integration"
Expand Down
2 changes: 1 addition & 1 deletion resources/lib/addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def index():
poster=addon_icon()
),
info_dict=dict(
plot='Best of Red Bull TV',
plot=localize(30228),
),
is_playable=True
),
Expand Down

0 comments on commit 06b317a

Please sign in to comment.