aboutsummaryrefslogtreecommitdiff
path: root/client/i18n.h
blob: 7d1fcbd7b0ff1ddb6c3f5dcba87c398cbed6dac7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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