diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-08 15:52:06 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-08 15:52:06 +0200 |
commit | 2e537232404bf5123bc92e7218156ec03160c68f (patch) | |
tree | 833c968203f5b68922deed94f787c6575c914c86 /client/i18n.h | |
parent | 31fe6a4c0b2a00f7b7f81055fe5dfb3fc37326be (diff) |
final version before assessment
Diffstat (limited to 'client/i18n.h')
-rw-r--r-- | client/i18n.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/i18n.h b/client/i18n.h index 06febee..a8a6d9c 100644 --- a/client/i18n.h +++ b/client/i18n.h @@ -1,6 +1,12 @@ #pragma once +#ifdef W2_LANG_NL_NL +#define W2_LANG_DEFAULT +#include "i18n/nl_nl.h" +#endif + #ifndef W2_LANG_DEFAULT #define W2_LANG_DEFAULT #include "i18n/en_us.h" #endif + |