mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
MORTEVIELLE: Comment out detection for improved German translation
The improved German translation version is based on the original German version but uses the engine data file instead of the original data files for texts and menus. However currently only the menu has been improved and the rest is still identical to the original German version. So comment out the detection until somebody volunteers to improve the German texts.
This commit is contained in:
parent
22de79f924
commit
6c9820f877
@ -57,21 +57,21 @@ static const MortevielleGameDescription MortevielleGameDescriptions[] = {
|
||||
},
|
||||
|
||||
// German, improved translation
|
||||
{
|
||||
{
|
||||
"mortevielle",
|
||||
"Improved Translation",
|
||||
{
|
||||
{"menual.mor", 0, "792aea282b07a1d74c4a4abeabc90c19", 144},
|
||||
{"dxx.mor", 0, "949e68e829ecd5ad29e36a00347a9e7e", 207744},
|
||||
AD_LISTEND
|
||||
},
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO0()
|
||||
}, Common::DE_DEU, kUseEngineDataFile
|
||||
},
|
||||
// {
|
||||
// {
|
||||
// "mortevielle",
|
||||
// "Improved Translation",
|
||||
// {
|
||||
// {"menual.mor", 0, "792aea282b07a1d74c4a4abeabc90c19", 144},
|
||||
// {"dxx.mor", 0, "949e68e829ecd5ad29e36a00347a9e7e", 207744},
|
||||
// AD_LISTEND
|
||||
// },
|
||||
// Common::DE_DEU,
|
||||
// Common::kPlatformDOS,
|
||||
// ADGF_NO_FLAGS,
|
||||
// GUIO0()
|
||||
// }, Common::DE_DEU, kUseEngineDataFile
|
||||
// },
|
||||
|
||||
// DOS English version doesn't exist. Technically, they are French or German versions,
|
||||
// using English strings stored mort.dat
|
||||
|
Loading…
x
Reference in New Issue
Block a user