diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/constants.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constants.hpp b/src/constants.hpp index 560ea85..ff77b8b 100644 --- a/src/constants.hpp +++ b/src/constants.hpp @@ -2,4 +2,6 @@ #include <string> +#define DEFAULT_LOCALE_ID "english" + const std::string DEFAULT_PREFIX = "!"; |
