Kodi Community Forum

Full Version: Addon language tag always lost after pulling translation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everybody,

MyPicsDB addon.xml always looses it <language/> tag after I pulled a new translation.
Can someone fix this, please.

Thanks
Xycl
Hi!

Why would you need an empty tag like this:
<language/>

My sync util is not prepared for this.
If you do need this for some reason, please use:
<language></language>

Thanks and sorry for trouble!

Attila
(2013-04-08, 22:41)alanwww1 Wrote: [ -> ]Hi!

Why would you need an empty tag like this:
<language/>

My sync util is not prepared for this.
If you do need this for some reason, please use:
<language></language>

Thanks and sorry for trouble!

Attila

Because we ask them to and the first one is valid XML.
I will remove the example
Okay,

then I'll change it to
<language></language>

For me it's no trouble at all, but I already thought that I've Alzheimer's disease.
Every time I sent a pull request I got back the mail to re-add the language tag in addon.xml which then suprisingly disappeared again.

Thanks
Xycl
What's the point of "defining" an empty tag?

Either it is not defined and thus <some action here> or we use

<language>all</language>

?
iirc it uses the two letter language tag to filter and 'all' can't be handled.
Since we just want everyone to have it in addon.xml to make it clear for everyone i guess it was decided this way