fix: Fix textdomain for the locales

This commit is contained in:
ngn 2024-02-24 00:32:04 +03:00
parent d50d357173
commit 258afdee29

View File

@ -167,7 +167,7 @@ int main(int argc, char** argv, char** envp){
signal(SIGINT, SIG_IGN); signal(SIGINT, SIG_IGN);
setlocale(LC_ALL, ""); setlocale(LC_ALL, "");
textdomain("mp"); textdomain("xcfg");
struct Desktop desktops[] = { struct Desktop desktops[] = {
{ {