ebu / radiodns-manager

The RadioDNS Manager is platform which can manage Hybrid Radio services such as RadioVIS, RadioEPG and Service Following
http://ebu.io/project/radiodns/
GNU General Public License v3.0
15 stars 3 forks source link

Language attribute in <shortDescription> #134

Closed AlexErk closed 5 years ago

AlexErk commented 5 years ago

image

While language in Web GUI is set to german, the language in exported SI.xml is set to "fr" for the <shortDescription> in <service> e.g.: <shortDescription xml:lang="fr">B1 Obb</shortDescription>

magicbadger commented 5 years ago

When no language is set on the ServiceProvider, both the default document language and the service provider language and the service language are given as None:

<serviceInformation xmlns="http://www.worlddab.org/schemas/spi/31" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.worlddab.org/schemas/spi/31 spi_31.xsd" creationTime="2019-05-13T05:44:04" originator="EBU.io RadioDNS Services v3" xml:lang="None">
<shortDescription xml:lang="None">European Broadcasting Union</shortDescription>
<link url="http://www.ebu.ch" mimeValue="text/html" description="EBU Webpage" xml:lang="None"/>
<link url="http://www.ebu.io" mimeValue="text/html" xml:lang="None"/>

However, the service language seems to be stuck on fr.

magicbadger commented 5 years ago

closed in release 4.1.1