[BLANKSCR] Add Japanese (ja-JP) translation

CORE-18706
This commit is contained in:
Katayama Hirofumi MZ 2025-06-29 21:05:33 +09:00
parent 8c2a6aae31
commit 5cd0ec8575
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,7 @@
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
STRINGTABLE
BEGIN
IDS_DESCRIPTION "空白の画面"
IDS_TEXT "設定できるオプションはありません。"
END

View file

@ -35,6 +35,9 @@ IDI_ICON ICON "res/icon_blankscr.ico"
#ifdef LANGUAGE_IT_IT
#include "lang/it-IT.rc"
#endif
#ifdef LANGUAGE_JA_JP
#include "lang/ja-JP.rc"
#endif
#ifdef LANGUAGE_LT_LT
#include "lang/lt-LT.rc"
#endif