[Xfce4-commits] <www:nick/gettext> Ignore compiled locales.

Nick Schermer noreply at xfce.org
Tue Nov 23 22:24:01 CET 2010


Updating branch refs/heads/nick/gettext
         to 72e381f97329b27c3f50b0143ffaa06fcec69532 (commit)
       from b56be11e03d0cd923bcc8c05f6e576f4b2237f67 (commit)

commit 72e381f97329b27c3f50b0143ffaa06fcec69532
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Nov 23 22:21:02 2010 +0100

    Ignore compiled locales.

 .gitignore                   |    1 +
 lib/core.php                 |    2 +-
 lib/{locale => }/locales.php |    0
 3 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7dcf50d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+lib/locale/*
\ No newline at end of file
diff --git a/lib/core.php b/lib/core.php
index a8a33de..29d6708 100644
--- a/lib/core.php
+++ b/lib/core.php
@@ -2,7 +2,7 @@
 
 include ('streams.php');
 include ('gettext.php');
-include ('locale/locales.php');
+include ('locales.php');
 
 /* load session variables */
 session_start ();
diff --git a/lib/locale/locales.php b/lib/locales.php
similarity index 100%
rename from lib/locale/locales.php
rename to lib/locales.php



More information about the Xfce4-commits mailing list