diff --git a/src/local_en.hpp b/languages/locale_en.hpp similarity index 100% rename from src/local_en.hpp rename to languages/locale_en.hpp diff --git a/src/main.cpp b/src/main.cpp index c3cf217..ee6c527 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,7 +1,7 @@ +#include "../languages/locale_en.hpp" #include "../token.h" #include "Commands.hpp" #include "SQL.hpp" -#include "local_en.hpp" #include #include