mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[USETUP] Add Croatian (hr-HR) translation (#4080)
This commit is contained in:
parent
a29f5fed39
commit
90d12a5fce
2 changed files with 2363 additions and 4 deletions
2359
base/setup/usetup/lang/hr-HR.h
Normal file
2359
base/setup/usetup/lang/hr-HR.h
Normal file
File diff suppressed because it is too large
Load diff
|
@ -242,9 +242,9 @@
|
|||
// #ifdef LANGUAGE_HI_IN
|
||||
// #include "lang/hi-IN.h"
|
||||
// #endif
|
||||
// #ifdef LANGUAGE_HR_HR
|
||||
// #include "lang/hr-HR.h"
|
||||
// #endif
|
||||
#ifdef LANGUAGE_HR_HR
|
||||
#include "lang/hr-HR.h"
|
||||
#endif
|
||||
#ifdef LANGUAGE_HU_HU
|
||||
#include "lang/hu-HU.h"
|
||||
#endif
|
||||
|
@ -514,7 +514,7 @@ const MUI_LANGUAGE_RESOURCE ResourceList[] =
|
|||
{L"00001404", L"Chinese (Macau S.A.R.)", enUSPages, enUSErrorEntries, enUSStrings},
|
||||
#endif
|
||||
#ifdef LANGUAGE_HR_HR
|
||||
{L"0000041A", L"Croatian", enUSPages, enUSErrorEntries, enUSStrings},
|
||||
{L"0000041A", L"Croatian", hrHRPages, hrHRErrorEntries, hrHRStrings},
|
||||
#endif
|
||||
#ifdef LANGUAGE_CS_CZ
|
||||
{L"00000405", L"Czech", csCZPages, csCZErrorEntries, csCZStrings},
|
||||
|
|
Loading…
Reference in a new issue