[CMD] Prepare for localization by using resource strings (#7125)

Promote localization of cmd.exe.
JIRA issue: CORE-19680
Add some resource strings.
Use them instead of raw strings.
This commit is contained in:
Katayama Hirofumi MZ 2024-07-11 09:12:12 +09:00 committed by GitHub
parent c02289a08a
commit 18acf79551
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 176 additions and 16 deletions

View file

@ -285,8 +285,7 @@ RetryOpenConsole:
}
else
{
// FIXME: Localize!
ConOutPrintf(L"Invalid device '%s'\n", param);
ConOutResPrintf(STRING_ERROR_INVALID_DEVICE, param);
return 1;
}