mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-15 04:45:49 +01:00
fixed language tag
The language tag in addon.xml is meant for the language of the content it provides (not for the translations it has). It is mainly used for hiding "foreign language addons" - this addon doesn't provide content and is meant to be usable in all languages.
This commit is contained in:
parent
7ca7912749
commit
38ae42a4ac
@ -11,6 +11,6 @@
|
||||
<summary lang="en">Backup and restore your XBMC database and configuration files in the event of a crash or file corruption.</summary>
|
||||
<description lang="en">Ever hosed your XBMC configuration and wished you'd had a backup? Now you can with one easy click. You can export your database, playlist, thumbnails, addons and other configuration details to any source writeable by XBMC.</description>
|
||||
<platform>all</platform>
|
||||
<language>en fr</language>
|
||||
<language></language>
|
||||
</extension>
|
||||
</addon>
|
||||
|
Loading…
Reference in New Issue
Block a user