Pman.I18n.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Sep 2011 02:43:37 +0000 (10:43 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Sep 2011 02:43:37 +0000 (10:43 +0800)
Pman.I18n.js

index 2788cce..4ecd873 100644 (file)
 * includes standard pulldowns.
 */
 
+Pmnan.on('load', Pman.I18n.onReady, this)
+
 Pman.I18n = {
     
+    /**
+     * onReady: called on page load to fix 'other' translation.
+     *
+     * We have a special country/languages called 'other', which is used to handle
+     * odd situations.
+     *
+     * To enable it to be translated, we need to change it's value after the pages is loaded..
+     *
+     */
+    
+    onReady : function()
+    {
+        var d = this.Data;
+        
+        
+        
+        
+    }
+    
     /**
      * turn zh_HK,en  => into Chinese(HK) , English
      * @arg type type (c = country, l = lang)