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>
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>