diff include/core/config.h @ 108:2004b41d4a59

*: huge commit 1. WORKING LOCALIZATION + translation for Spanish and British English 2. idk like 2 changes for the dark theme :)
author Paper <mrpapersonic@gmail.com>
date Sun, 05 Nov 2023 23:31:49 -0500
parents b315f3759c56
children ab191e28e69d
line wrap: on
line diff
--- a/include/core/config.h	Sun Nov 05 17:44:49 2023 -0500
+++ b/include/core/config.h	Sun Nov 05 23:31:49 2023 -0500
@@ -3,6 +3,7 @@
 
 #include "core/anime.h"
 #include "gui/theme.h"
+#include "gui/locale.h"
 
 class Config {
 	public:
@@ -11,6 +12,7 @@
 
 		Anime::Services service;
 		Theme::Theme theme;
+		Locale::Locale locale;
 
 		struct {
 			public: