PDA

View Full Version : Spanish Langinfo.xml


adsoto
2009-10-03, 00:19
Hi,

Thanks to an informative sticky thread in this forum I learnt about the "Langinfo.xml" file, this has allowed me to fix a little issue with XBMC (sorting was smart to ignore "The" but not spanish articles.

Here is the addition I made to the file just under the default <token>The</token> if someone can update the file delivered with XBMC this would provide more sensible defaults for Spanish users.


<token>El</token>
<token>Los</token>
<token>La</token>
<token>Las</token>
<token>Un</token>

adsoto
2009-10-04, 12:57
I submitted the modified file to TRAC.

http://www.xbmc.org/trac/ticket/7261