Posts: 454
Joined: Feb 2012
Reputation:
13
Hi everybody,
MyPicsDB addon.xml always looses it <language/> tag after I pulled a new translation.
Can someone fix this, please.
Thanks
Xycl
Posts: 1,414
Joined: Nov 2008
Reputation:
35
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
Posts: 454
Joined: Feb 2012
Reputation:
13
2013-04-09, 09:39
(This post was last modified: 2013-04-09, 09:40 by Xycl.)
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
Posts: 3,956
Joined: Dec 2008
Reputation:
62
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>
?
Posts: 17,859
Joined: Jul 2011
Reputation:
371
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