diff options
author | joethefox <joethefox@gmail.com> | 2014-03-14 13:37:52 +0100 |
---|---|---|
committer | joethefox <joethefox@gmail.com> | 2014-03-14 13:37:52 +0100 |
commit | 86fb6328763883fccea3dae702d4c8bacdcf36e6 (patch) | |
tree | 7efecfbe505ac9e3e77eed53cdd2f562dff3d0a9 | |
parent | 1df35f762b7da652cd4efc7f0ff7aaf76a31a36e (diff) |
Swapped "spa" langcode definition so "Spanish" is displayed instead of "Castilian" when changing the subtitle language. Castilian is an alternative name to Spanish http://www.loc.gov/standards/iso639-2/php/code_list.php
-rw-r--r-- | xbmc/utils/LangCodeExpander.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xbmc/utils/LangCodeExpander.cpp b/xbmc/utils/LangCodeExpander.cpp index e1481582ce..03e66f53f9 100644 --- a/xbmc/utils/LangCodeExpander.cpp +++ b/xbmc/utils/LangCodeExpander.cpp @@ -764,7 +764,7 @@ extern const LCENTRY g_iso639_2[538] = { MAKECODE('\0','m','y','a'), "Burmese" }, { MAKECODE('\0','c','a','d'), "Caddo" }, { MAKECODE('\0','c','a','r'), "Carib" }, - { MAKECODE('\0','s','p','a'), "Castilian" }, + { MAKECODE('\0','s','p','a'), "Spanish" }, { MAKECODE('\0','c','a','t'), "Catalan" }, { MAKECODE('\0','c','a','u'), "Caucasian (Other)" }, { MAKECODE('\0','c','e','b'), "Cebuano" }, @@ -1148,7 +1148,7 @@ extern const LCENTRY g_iso639_2[538] = { MAKECODE('\0','s','a','i'), "South American Indian (Other)" }, { MAKECODE('\0','s','m','a'), "Southern Sami" }, { MAKECODE('\0','n','b','l'), "South Ndebele" }, - { MAKECODE('\0','s','p','a'), "Spanish" }, + { MAKECODE('\0','s','p','a'), "Castilian" }, { MAKECODE('\0','s','u','k'), "Sukuma" }, { MAKECODE('\0','s','u','x'), "Sumerian" }, { MAKECODE('\0','s','u','n'), "Sundanese" }, |