https://git.reactos.org/?p=reactos.git;a=commitdiff;h=79dbb73b6f6fb083c28057...
commit 79dbb73b6f6fb083c28057133abf13cbad9f53eb Author: Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org AuthorDate: Thu Jun 2 14:03:11 2022 +0200 Commit: Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org CommitDate: Thu Jun 2 14:03:11 2022 +0200
[DISKPART] Fix build...
- Fix the LANGUAGE declaration in de-DE.rc (originally was copy-pasted from en-US, and thus caused the build break).
- Include de-DE.rc in alphabetical order in diskpart.rc --- base/system/diskpart/diskpart.rc | 6 +++--- base/system/diskpart/lang/de-DE.rc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/base/system/diskpart/diskpart.rc b/base/system/diskpart/diskpart.rc index 7bc1272ae2a..4a7f8ee800d 100644 --- a/base/system/diskpart/diskpart.rc +++ b/base/system/diskpart/diskpart.rc @@ -13,12 +13,12 @@ /* UTF-8 */ #pragma code_page(65001)
-#ifdef LANGUAGE_EN_US - #include "lang/en-US.rc" -#endif #ifdef LANGUAGE_DE_DE #include "lang/de-DE.rc" #endif +#ifdef LANGUAGE_EN_US + #include "lang/en-US.rc" +#endif #ifdef LANGUAGE_PL_PL #include "lang/pl-PL.rc" #endif diff --git a/base/system/diskpart/lang/de-DE.rc b/base/system/diskpart/lang/de-DE.rc index 1554d37cee8..ab80dc0022a 100644 --- a/base/system/diskpart/lang/de-DE.rc +++ b/base/system/diskpart/lang/de-DE.rc @@ -1,4 +1,4 @@ -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US +LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
/* Basic application information */ STRINGTABLE