Changed path to locale directory from absolute to relative
This commit is contained in:
parent
afaecbc24a
commit
57629b4eac
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class Application_Model_Locale
|
||||||
$res = setlocale(LC_MESSAGES, $lang);
|
$res = setlocale(LC_MESSAGES, $lang);
|
||||||
|
|
||||||
$domain = 'airtime';
|
$domain = 'airtime';
|
||||||
bindtextdomain($domain, '/usr/share/airtime/locale');
|
bindtextdomain($domain, '../locale');
|
||||||
textdomain($domain);
|
textdomain($domain);
|
||||||
bind_textdomain_codeset($domain, $codeset);
|
bind_textdomain_codeset($domain, $codeset);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue