fix: Fix textdomain for the locales
This commit is contained in:
@ -167,7 +167,7 @@ int main(int argc, char** argv, char** envp){
|
||||
|
||||
signal(SIGINT, SIG_IGN);
|
||||
setlocale(LC_ALL, "");
|
||||
textdomain("mp");
|
||||
textdomain("xcfg");
|
||||
|
||||
struct Desktop desktops[] = {
|
||||
{
|
||||
|
Reference in New Issue
Block a user