Spanish Langinfo.xml

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
adsoto Offline
Senior Member
Posts: 133
Joined: Sep 2009
Reputation: 0
Location: Spain
Post: #1
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
Code:
<token>The</token>
if someone can update the file delivered with XBMC this would provide more sensible defaults for Spanish users.

Code:
    <token>El</token>
    <token>Los</token>
    <token>La</token>
    <token>Las</token>
    <token>Un</token>
find quote
adsoto Offline
Senior Member
Posts: 133
Joined: Sep 2009
Reputation: 0
Location: Spain
Post: #2
I submitted the modified file to TRAC.

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