X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=I18n.php;fp=I18n.php;h=101cdda404c2ced67fd8f376d4ab771e6705ce06;hp=12ed22dd3edd164e7b46ad5ea0425927a199ae8d;hb=0892bd2a238509a1a984007cf85c9197ec7e7cba;hpb=ca4761f3d6530b562525feec940a63c82cf45dc9 diff --git a/I18n.php b/I18n.php index 12ed22dd..101cdda4 100644 --- a/I18n.php +++ b/I18n.php @@ -200,6 +200,10 @@ class Pman_Core_I18n extends Pman $i = DB_DataObject::Factory('I18n'); $ar[$lang]['m'] = $i->toTransList('m', $rlang); } + require_once 'I18Nv2/CurrencyMap.php'; + + $ar['currency_map'] = I18Nv2_CurrencyMap::$s_map; + //echo '
';print_r($ar);
         header('Content-type: text/javascript');
         echo "Roo.namespace('Pman.I18n');";