diff options
| author | ilotterytea <iltsu@alright.party> | 2024-04-30 21:57:46 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-04-30 21:57:46 +0500 |
| commit | 3bf2e1e4a89fed00ee5853a2fd914917d163abd8 (patch) | |
| tree | aa2f798ac3714073419512a72c2e572d41829875 /src | |
| parent | a1136494fbee133af36f6580125c9c7af9e1be45 (diff) | |
feat: defined default locale id
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 = "!"; |
