[MYDOCS] Add Japanese translation

This commit is contained in:
Katayama Hirofumi MZ
2020-05-01 10:25:47 +09:00
parent f4e37f9363
commit 7812c537de
2 changed files with 9 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
STRINGTABLE
{
IDS_NOSRCFILEFOUND "ファイルまたはフォルダ '%ls' は見つかりません。"
}
+3
View File
@@ -21,6 +21,9 @@ IDR_MYDOCS REGISTRY "res/mydocs.rgs"
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif
#ifdef LANGUAGE_JA_JP
#include "lang/ja-JP.rc"
#endif
#ifdef LANGUAGE_RU_RU
#include "lang/ru-RU.rc"
#endif