forked from tohe/wmdeit_kaform
lang en_us hard coded
This commit is contained in:
parent
e12288a9b7
commit
891b04e0dc
3
ka.php
3
ka.php
|
@ -9,13 +9,14 @@
|
||||||
$locale = "de_DE";
|
$locale = "de_DE";
|
||||||
|
|
||||||
|
|
||||||
$locale = "en_US";
|
# $locale = "en_US";
|
||||||
$domain = "messages";
|
$domain = "messages";
|
||||||
|
|
||||||
setlocale(LC_MESSAGES, $locale);
|
setlocale(LC_MESSAGES, $locale);
|
||||||
setlocale(LC_ALL, $locale);
|
setlocale(LC_ALL, $locale);
|
||||||
|
|
||||||
$results = putenv("LC_ALL=$locale");
|
$results = putenv("LC_ALL=$locale");
|
||||||
|
$results = putenv("LC_MESSAGES=$locale");
|
||||||
$results = bindtextdomain($domain,"./locale");
|
$results = bindtextdomain($domain,"./locale");
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue