Close #12 tupo in file

This commit is contained in:
Vladimir N. Korotenko
2025-11-22 13:12:16 +03:00
parent 300fcb98f7
commit b833c28eaa

View File

@@ -9,8 +9,8 @@
#define ACCOUNT_STATUS_RU "account_status_ru.txt" #define ACCOUNT_STATUS_RU "account_status_ru.txt"
#define ACCOUNT_STATUS_EN "account_status_en.txt" #define ACCOUNT_STATUS_EN "account_status_en.txt"
#define ACCOUNT_UPDATE_RU "account_update_en.txt" #define ACCOUNT_UPDATE_RU "account_update_ru.txt"
#define ACCOUNT_UPDATE_EN "account_update_ru.txt" #define ACCOUNT_UPDATE_EN "account_update_en.txt"
#define DEALS_EN "deals_en.txt" #define DEALS_EN "deals_en.txt"
#define DEALS_RU "deals_ru.txt" #define DEALS_RU "deals_ru.txt"
@@ -21,17 +21,12 @@
#define DEAL_COMPLETE_RU "deal_complete_ru.txt" #define DEAL_COMPLETE_RU "deal_complete_ru.txt"
#define DEAL_COMPLETE_EN "deal_complete_en.txt" #define DEAL_COMPLETE_EN "deal_complete_en.txt"
#define DEAL_CANCEL_RU "deal_cancel_ru.txt" #define DEAL_CANCEL_RU "deal_cancel_ru.txt"
#define DEAL_CANCEL_EN "deal_cancel_en.txt" #define DEAL_CANCEL_EN "deal_cancel_en.txt"
#define DEAL_NEGATIVE_RU "deal_negative_ru.txt" #define DEAL_NEGATIVE_RU "deal_negative_ru.txt"
#define DEAL_NEGATIVE_EN "deal_negative_en.txt" #define DEAL_NEGATIVE_EN "deal_negative_en.txt"
// LANG=ru_RU.UTF-8 // LANG=ru_RU.UTF-8
#define LANG_RU "ru_RU.UTF-8" #define LANG_RU "ru_RU.UTF-8"
#define DEFAULTADDRESS "http://127.0.0.1:4999" #define DEFAULTADDRESS "http://127.0.0.1:4999"
@@ -42,7 +37,6 @@
#define DEAL_CREATE_TPL "tpl/deal_create.txt" #define DEAL_CREATE_TPL "tpl/deal_create.txt"
/* /*
Show help screen. Show help screen.
*/ */