Pman/I18N.php
[Pman.Base] / Pman / I18N.php
index 5f7ba03..1cd390b 100644 (file)
  * 
  * 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' )
+    ), 
+
  * 
  */