X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman%2FI18N.php;fp=Pman%2FI18N.php;h=1cd390b78c614b903b36f8a1dc924abf94071d45;hb=fa03abd559f792b464c25f44897f6f52a19716f0;hp=5f7ba0310c66e0879ce0af9e69f07f2f43f6d8b3;hpb=50bfcfa37c1b9fa4bc95d5086923312757371c89;p=Pman.Base diff --git a/Pman/I18N.php b/Pman/I18N.php index 5f7ba03..1cd390b 100644 --- a/Pman/I18N.php +++ b/Pman/I18N.php @@ -22,6 +22,23 @@ * * index.php/Pman/I18N/BuildDB -- buildes the database.. * + * + * Config in index.php.. + * + * 'Pman_I18N' => array( + 'l' => array( + 'en', 'zh_CN', 'zh_HK', 'zh_TW', 'th', 'ko', 'ja', 'ms', + 'id', // indonesian + 'tl', // tagalog + 'vi', //vietnamise + 'hi', // hindi + 'ta', // tamil + '**', // other + ), + 'c' => '*', + 'm' => array( 'USD', 'HKD', 'GBP', 'CNY', 'SGD', 'JPY' ) + ), + * */