move gettext/ to lib
This commit is contained in:
parent
ba5e180819
commit
0ba3a1274d
|
@ -38,7 +38,7 @@
|
|||
|
||||
if (ENABLE_TRANSLATIONS == true) { // If translations are enabled.
|
||||
require_once "accept-to-gettext.php";
|
||||
require_once "gettext/gettext.inc";
|
||||
require_once "lib/gettext/gettext.inc";
|
||||
|
||||
function startup_gettext() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue