mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
small adjustments
This commit is contained in:
@@ -58,7 +58,6 @@ $EMULATEGETTEXT = 0;
|
||||
$CURRENTLOCALE = '';
|
||||
/* Class to hold a single domain included in $text_domains. */
|
||||
class domain
|
||||
|
||||
{
|
||||
var $l10n;
|
||||
var $path;
|
||||
@@ -144,7 +143,7 @@ function _get_reader($domain = null, $category = 5, $enable_cache = true)
|
||||
}
|
||||
$base_path = __DIR__ . '/locale/' . $locale . '/' . $subpath;
|
||||
$full_path = realpath($base_path);
|
||||
error_log("Fullpath: ".$full_path);
|
||||
// error_log("Fullpath: ".$full_path);
|
||||
if (file_exists($full_path)) {
|
||||
$input = new FileReader($full_path);
|
||||
break;
|
||||
|
||||
@@ -8,11 +8,13 @@
|
||||
*
|
||||
*/
|
||||
|
||||
$config['gt_install_domain'] = 'installer';
|
||||
|
||||
$config['gt_install_cookie'] = 'installer_language';
|
||||
|
||||
$config['gt_install_languages'] = array(
|
||||
$gt_conf['gt_install_domain'] = 'installer';
|
||||
|
||||
$gt_conf['gt_install_cookie'] = 'installer_language';
|
||||
|
||||
$gt_conf['gt_install_languages'] = array(
|
||||
|
||||
'bulgarian' => array(
|
||||
'name' => 'Български',
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
error_log("########################################## NEW LOAD ###############################################");
|
||||
/*
|
||||
New Wavelog Installer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user