@@ -10,7 +10,7 @@ |
||
10 | 10 | $config['gettext_locale_dir'] = 'language/locale'; |
11 | 11 | |
12 | 12 | // Gettext locale |
13 | -$config['gettext_locale'] = Array( "en_GB.UTF-8", "en_GB@euro", "en_GB", "english", "eng", "en"); |
|
13 | +$config['gettext_locale'] = Array("en_GB.UTF-8", "en_GB@euro", "en_GB", "english", "eng", "en"); |
|
14 | 14 | |
15 | 15 | /* End of file gettext.php */ |
16 | 16 | /* Location: ./application/config/gettext.php */ |
17 | 17 | \ No newline at end of file |
@@ -1,4 +1,6 @@ |
||
1 | -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
|
1 | +<?php if ( ! defined('BASEPATH')) { |
|
2 | + exit('No direct script access allowed'); |
|
3 | +} |
|
2 | 4 | |
3 | 5 | // Gettext catalog codeset |
4 | 6 | $config['gettext_catalog_codeset'] = 'UTF-8'; |
@@ -1,4 +1,6 @@ |
||
1 | -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
|
1 | +<?php if ( ! defined('BASEPATH')) { |
|
2 | + exit('No direct script access allowed'); |
|
3 | +} |
|
2 | 4 | |
3 | 5 | /** |
4 | 6 | * Codeigniter PHP framework library class for dealing with gettext. |