From: Alan Knowles Date: Mon, 21 May 2012 06:13:54 +0000 (+0800) Subject: I18n.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=bd9d9825945612779fdda49485400f018f5d4a2e I18n.php --- diff --git a/I18n.php b/I18n.php index 199ff431..37083c16 100644 --- a/I18n.php +++ b/I18n.php @@ -120,20 +120,20 @@ class Pman_Core_I18n extends Pman $i->ltype = 'l'; $i->applyFilters($_REQUEST, $this->authUser, $this); - $this->jdata($i->toTransList('l', $lbits[0])); + $this->jdata($i->toTransList('l', implode('_',$lbits[0])); break; case 'Country': $i->ltype = 'c'; $i->applyFilters($_REQUEST, $this->authUser, $this); - $this->jdata($i->toTransList('c', $lbits[0])); + $this->jdata($i->toTransList('c', implode('_',$lbits[0])); break; case 'Currency': $i->ltype = 'm'; $i->applyFilters($_REQUEST, $this->authUser, $this); - $this->jdata($i->toTransList('m', $lbits[0])); + $this->jdata($i->toTransList('m', implode('_',$lbits[0])); break; case 'Timezone':