[Scummvm-git-logs] scummvm master -> 32649f6d784005c56eb8d3b5250b48d2928a34fe

sev- noreply at scummvm.org
Tue Nov 15 10:21:47 UTC 2022


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
6671ff3686 SAGA: Added rest of the Chinese ITE strings
32649f6d78 NEWS: Mention ite-nz & ihnm-nz support


Commit: 6671ff36863ad6f7adee499d0f36e42c3e6822c4
    https://github.com/scummvm/scummvm/commit/6671ff36863ad6f7adee499d0f36e42c3e6822c4
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-11-15T11:20:20+01:00

Commit Message:
SAGA: Added rest of the Chinese ITE strings

Changed paths:
    engines/saga/itedata.cpp


diff --git a/engines/saga/itedata.cpp b/engines/saga/itedata.cpp
index 143f8d813cb..f66d13a1774 100644
--- a/engines/saga/itedata.cpp
+++ b/engines/saga/itedata.cpp
@@ -598,9 +598,9 @@ const char *ITEinterfaceTextStrings[][53] = {
 		"\xA8\x53\xA6\xB3\xA6\x61\xA4\xE8\xA5\x69\xA5\x48\xA5\xB4\xB6\x7D\xA1\x45", /* 沒有地方可以打開‧; There's no place to open it.  */
 		"\xA8\x53\xA6\xB3\xA5\x69\xA5\x48\xC3\xF6\xB3\xAC\xAA\xBA\xA6\x61\xA4\xE8\xA1\x45", /* 沒有可以關閉的地方‧; There's no opening to close. */
 		"\xA7\xDA\xA4\xA3\xAA\xBE\xB9\x44\xAD\x6E\xAB\xE7\xBB\xF2\xB0\xB5\xB3\x6F\xA5\xF3\xA8\xC6\xA1\x45", /* 我不知道要怎麼做這件事‧; I don't know how to do that.  */
-		"Show Dialog", // TODO: Find string for this
+		"Show Dialog", // String is not used in Chinese version
 		"\xa7\x51\xa4\xd2\xaa\xba\xa6\x5e\xb5\xaa\xac\x4f\xa4\xb0\xbb\xf2\xa1\x48" /* 利夫的回答是什麼?; What is Rif's reply? */,
-		"Loading a saved game" // TODO: Find string for this
+		"\xc5\xaa\xa8\xfa\xa6\x73\xc0\xc9" /* 讀取存檔; Loading a saved game */
 	},
 };
 


Commit: 32649f6d784005c56eb8d3b5250b48d2928a34fe
    https://github.com/scummvm/scummvm/commit/32649f6d784005c56eb8d3b5250b48d2928a34fe
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-11-15T11:21:21+01:00

Commit Message:
NEWS: Mention ite-nz & ihnm-nz support

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 3398e6ca001..562e34d4e70 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -34,6 +34,10 @@ For a more comprehensive changelog of the latest experimental code, see:
  Queen:
    - Added option for using a better font in Hebrew version.
 
+ SAGA:
+   - Added support for Chinese Inherit the Eath.
+   - Added support for Chinese I Have no Mouth and I Must Scream.
+
  SCUMM:
    - Added support for CGA, CGA Composite, CGA black & white and Hercules modes
      for SCUMM 1 versions of Zak McKracken and Maniac Mansion.




More information about the Scummvm-git-logs mailing list