From 3bf2e1e4a89fed00ee5853a2fd914917d163abd8 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 30 Apr 2024 21:57:46 +0500 Subject: feat: defined default locale id --- src/constants.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 +#define DEFAULT_LOCALE_ID "english" + const std::string DEFAULT_PREFIX = "!"; -- cgit v1.2.3