fix: Fix textdomain for the locales
This commit is contained in:
parent
d50d357173
commit
258afdee29
@ -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[] = {
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user