Simplify the gettext extension on temp files
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 17 Aug 2006 06:47:48 +0000 (06:47 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 17 Aug 2006 06:47:48 +0000 (06:47 +0000)
docs/makepo.sh.php

index 7289da659f76ea78308a6807395f3db58198e9fb..f8b5e4bdb215efe648a47ebb22323d6a0054190d 100755 (executable)
@@ -44,7 +44,7 @@ foreach ($filelist AS $dirpath => $nodes)
                        $files["$dirpath"] = BSFunctions::FetchSourcePath('./' . $dirpath) . '*.php';
                        $templates[] = array(
                                'orig' => BSFunctions::FetchSourcePath('./' . $dirpath) . $file,
-                               'temp' => BSFunctions::FetchSourcePath('./' . $dirpath) . $file . '.xgettext.php'
+                               'temp' => BSFunctions::FetchSourcePath('./' . $dirpath) . $file . '.xgt.php'
                        );
                }
        }