summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-22 14:38:21 +0100
committerAndrew Dolgov <[email protected]>2009-01-22 14:38:21 +0100
commit0ba3a1274d5320da6409c81de54fe2bdc37390d9 (patch)
tree67d63fc9cb0ba4d8b97c164b83b5a7a10339882a
parentba5e180819f0793b8c889ad2d501ae755ac6aa16 (diff)
move gettext/ to lib
-rw-r--r--functions.php2
-rw-r--r--lib/gettext/README (renamed from gettext/README)0
-rw-r--r--lib/gettext/gettext.inc (renamed from gettext/gettext.inc)0
-rw-r--r--lib/gettext/gettext.php (renamed from gettext/gettext.php)0
-rw-r--r--lib/gettext/streams.php (renamed from gettext/streams.php)0
5 files changed, 1 insertions, 1 deletions
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
index c7525e29c..c7525e29c 100644
--- a/gettext/README
+++ b/lib/gettext/README
diff --git a/gettext/gettext.inc b/lib/gettext/gettext.inc
index eb94b256a..eb94b256a 100644
--- a/gettext/gettext.inc
+++ b/lib/gettext/gettext.inc
diff --git a/gettext/gettext.php b/lib/gettext/gettext.php
index ad94a987b..ad94a987b 100644
--- a/gettext/gettext.php
+++ b/lib/gettext/gettext.php
diff --git a/gettext/streams.php b/lib/gettext/streams.php
index d57aac649..d57aac649 100644
--- a/gettext/streams.php
+++ b/lib/gettext/streams.php