Skip to content

Commit

Permalink
[service.xbmc.versioncheck] 0.5.29
Browse files Browse the repository at this point in the history
  • Loading branch information
anxdpanic committed Oct 19, 2023
1 parent a4f6960 commit ee5d667
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 9 deletions.
5 changes: 3 additions & 2 deletions service.xbmc.versioncheck/addon.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.xbmc.versioncheck" name="Version Check" version="0.5.28" provider-name="Team Kodi">
<addon id="service.xbmc.versioncheck" name="Version Check" version="0.5.29" provider-name="Team Kodi">
<requires>
<import addon="xbmc.python" version="2.26.0"/>
</requires>
<extension point="xbmc.service" library="resources/lib/runner.py"/>
<extension point="xbmc.addon.metadata">
<news>
- add Kodi 20.1 release
- add Kodi 20.2 release
- add Kodi 21.0 Beta 1 release
- Update translations from Weblate
</news>
<assets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ msgstr ""
"Project-Id-Version: XBMC Addons\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2022-12-25 11:15+0000\n"
"PO-Revision-Date: 2023-04-05 16:16+0000\n"
"Last-Translator: skypichat <[email protected]>\n"
"Language-Team: French (France) <https://kodi.weblate.cloud/projects/kodi-core/service-xbmc-versioncheck/fr_fr/>\n"
"Language: fr_fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.15\n"
"X-Generator: Weblate 4.15.2\n"

msgctxt "Addon Summary"
msgid "Kodi Version Check checks if you are running latest released version."
Expand Down Expand Up @@ -126,11 +126,11 @@ msgstr "Votre version %s du module Python de cryptographie est trop vieille. Vou

msgctxt "#32041"
msgid "Please upgrade your operating system."
msgstr "Veuillez mettre à jour votre système dexploitation."
msgstr "Mettez a jour votre système d'exploitation."

msgctxt "#32042"
msgid "For more information, see https://kodi.wiki/view/Linux"
msgstr "Plus d’informations disponibles sur https://kodi.wiki/view/Linux"
msgstr "Pour plus d'information, voir https://kodi.wiki/view/Linux"

#~ msgctxt "#32035"
#~ msgid "It is recommended that you to upgrade to a newer version."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ msgstr ""
"Project-Id-Version: XBMC Addons\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2023-01-01 06:37+0000\n"
"PO-Revision-Date: 2023-03-16 20:38+0000\n"
"Last-Translator: Massimo Pissarello <[email protected]>\n"
"Language-Team: Italian <https://kodi.weblate.cloud/projects/kodi-core/service-xbmc-versioncheck/it_it/>\n"
"Language: it_it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.15\n"
"X-Generator: Weblate 4.15.2\n"

msgctxt "Addon Summary"
msgid "Kodi Version Check checks if you are running latest released version."
Expand Down Expand Up @@ -112,7 +112,7 @@ msgstr "Visita http://kodi.tv per ulteriori informazioni."
#. For example: "You are using 13.1 prealpha while 13.2 stable is available"
msgctxt "#32034"
msgid "Using %s while %s is available."
msgstr "Utilizzo %s mentre %s è disponibile."
msgstr "Sto usando %s mentre %s è disponibile."

#. Used in OK dialog
msgctxt "#32035"
Expand Down
18 changes: 18 additions & 0 deletions service.xbmc.versioncheck/resources/versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
"jsonrpc": "2.0",
"releases": {
"stable": [
{
"major": "20",
"minor": "2",
"tag": "stable",
"tagversion":"",
"revision": "20230629-5f418d0b13",
"extrainfo": "final",
"addon_support": "yes"
},
{
"major": "20",
"minor": "1",
Expand Down Expand Up @@ -618,6 +627,15 @@
}
],
"beta": [
{
"major": "21",
"minor": "0",
"tag": "beta",
"tagversion":"1",
"revision": "20231018-64d1844655",
"extrainfo": "beta1",
"addon_support": "yes"
},
{
"major": "19",
"minor": "0",
Expand Down

0 comments on commit ee5d667

Please sign in to comment.