From 0ba3a1274d5320da6409c81de54fe2bdc37390d9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 22 Jan 2009 14:38:21 +0100 Subject: [PATCH] move gettext/ to lib --- functions.php | 2 +- {gettext => lib/gettext}/README | 0 {gettext => lib/gettext}/gettext.inc | 0 {gettext => lib/gettext}/gettext.php | 0 {gettext => lib/gettext}/streams.php | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename {gettext => lib/gettext}/README (100%) rename {gettext => lib/gettext}/gettext.inc (100%) rename {gettext => lib/gettext}/gettext.php (100%) rename {gettext => lib/gettext}/streams.php (100%) diff --git a/functions.php b/functions.php index 8f207cbd..fbf14ab5 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 -- 2.39.2