mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 07:07:10 +00:00
Fix for bug #2012293 "KYRA: Bad Spanish String in menu".
svn-id: r32949
This commit is contained in:
parent
741214b656
commit
aee23f36a2
@ -1976,12 +1976,14 @@ const char *KyraEngine_MR::_languageExtension[] = {
|
||||
"TRE",
|
||||
"TRF",
|
||||
"TRG"/*,
|
||||
"TRI", Italian and Spanish were never included
|
||||
"TRS"*/
|
||||
"TRI", Italian and Spanish were never included, the supported fan translations are using
|
||||
"TRS" English/French extensions thus overwriting these languages */
|
||||
};
|
||||
|
||||
const int KyraEngine_MR::_languageExtensionSize = ARRAYSIZE(KyraEngine_MR::_languageExtension);
|
||||
|
||||
const char * const KyraEngine_MR::_mainMenuSpanishFan[] = {
|
||||
"Nouvelle Partie",
|
||||
"Nueva Partida",
|
||||
"Ver Intro",
|
||||
"Restaurar",
|
||||
"Finalizar"
|
||||
@ -1994,8 +1996,6 @@ const char * const KyraEngine_MR::_mainMenuItalianFan[] = {
|
||||
"Esci dal gioco"
|
||||
};
|
||||
|
||||
const int KyraEngine_MR::_languageExtensionSize = ARRAYSIZE(KyraEngine_MR::_languageExtension);
|
||||
|
||||
const KyraEngine_MR::ShapeDesc KyraEngine_MR::_shapeDescs[] = {
|
||||
{ 57, 91, -31, -82 },
|
||||
{ 57, 91, -31, -82 },
|
||||
|
Loading…
Reference in New Issue
Block a user