mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:33:00 +00:00
[USETUP][EXPLORER] ReactOS explorer translation and hindi font substitution. (#954)
This commit is contained in:
parent
da019b0fc5
commit
05c2e3e89e
5 changed files with 233 additions and 2 deletions
|
@ -298,3 +298,30 @@ MUI_SUBFONT UnicodeFonts[] =
|
|||
{ L"Palatino Linotype", L"DejaVu Serif" },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
MUI_SUBFONT HindiFonts[] =
|
||||
{
|
||||
/*Font Substitute */
|
||||
{ L"Arial", L"Liberation Sans" },
|
||||
{ L"Courier", L"FreeMono" },
|
||||
{ L"Courier New", L"FreeMono" },
|
||||
{ L"Fixedsys", L"Fixedsys Excelsior 3.01-L2" },
|
||||
{ L"Franklin Gothic Medium", L"Libre Franklin Bold" },
|
||||
{ L"Helv", L"Tahoma" },
|
||||
{ L"Helvetica", L"Liberation Sans" },
|
||||
{ L"Lucida Console", L"DejaVu Sans Mono" },
|
||||
{ L"MS Sans Serif", L"FreeSans" },
|
||||
{ L"MS Shell Dlg", L"FreeSans" },
|
||||
{ L"MS Shell Dlg 2", L"FreeSans" },
|
||||
{ L"Tahoma", L"FreeSans" },
|
||||
{ L"Terminal", L"DejaVu Sans Mono" },
|
||||
{ L"Times", L"Liberation Serif" },
|
||||
{ L"Times New Roman", L"Liberation Serif" },
|
||||
{ L"Tms Rmn", L"Liberation Serif" },
|
||||
{ L"Trebuchet MS", L"Open Sans" },
|
||||
{ L"System", L"FreeSans" },
|
||||
{ L"Comic Sans MS", L"Ubuntu" },
|
||||
{ L"Georgia", L"FreeSerif" },
|
||||
{ L"Palatino Linotype", L"FreeSans" },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
|
|
@ -634,7 +634,7 @@ const MUI_LANGUAGE MUILanguageList[] =
|
|||
{L"0000040D", L"1255", L"862", L"10005", L"Hebrew", L"117", heILPages, heILErrorEntries, heILStrings, HebrewFonts, heILLayouts },
|
||||
#endif
|
||||
#ifdef LANGUAGE_HI_IN
|
||||
{L"00000439", L"1252", L"437", L"10000", L"Hindi", L"113", enUSPages, enUSErrorEntries, enUSStrings, UnicodeFonts, hiINLayouts },
|
||||
{L"00000439", L"1252", L"437", L"10000", L"Hindi", L"113", enUSPages, enUSErrorEntries, enUSStrings, HindiFonts, hiINLayouts },
|
||||
#endif
|
||||
#ifdef LANGUAGE_HU_HU
|
||||
{L"0000040E", L"1250", L"852", L"10029", L"Hungarian", L"109", enUSPages, enUSErrorEntries, enUSStrings, LatinFonts, huHULayouts },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue