1 Commits
24.02 ... 24.03

Author SHA1 Message Date
ngn
258afdee29 fix: Fix textdomain for the locales 2024-02-24 00:32:04 +03:00

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[] = {
{ {