diff --git a/functions.php b/functions.php index 8f207cbdd..fbf14ab50 100644 --- a/functions.php +++ b/functions.php @@ -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() { diff --git a/gettext/README b/lib/gettext/README similarity index 100% rename from gettext/README rename to lib/gettext/README diff --git a/gettext/gettext.inc b/lib/gettext/gettext.inc similarity index 100% rename from gettext/gettext.inc rename to lib/gettext/gettext.inc diff --git a/gettext/gettext.php b/lib/gettext/gettext.php similarity index 100% rename from gettext/gettext.php rename to lib/gettext/gettext.php diff --git a/gettext/streams.php b/lib/gettext/streams.php similarity index 100% rename from gettext/streams.php rename to lib/gettext/streams.php