0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-09-21 19:46:23 -04:00

[gettext] try system gettext. Refs #62

Now, only meson was changed.
-Dnls=true -Dgettext=true
This commit is contained in:
Witold Filipczyk
2021-08-08 21:25:08 +02:00
parent 86edf56482
commit 66305fcb50
141 changed files with 548 additions and 140 deletions

View File

@@ -18,7 +18,7 @@
#include "document/xml/renderer2.h"
#include "ecmascript/ecmascript.h"
#include "ecmascript/spidermonkey.h"
#include "intl/gettext/libintl.h"
#include "intl/libintl.h"
#include "main/module.h"
#include "main/select.h"
#include "main/timer.h"