Ignore:
Timestamp:
2012/10/29 17:30:27 (14 years ago)
Author:
h_yoshimoto
Message:

#1890 ダミー用のmsgid(クラス名+連番で)に置き換え.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/SC_I18n.php

    r22045 r22059  
    2626    /** 
    2727     * Store the instance of SC_Helper_Locale_Ex. 
    28      * @var object  
     28     * @var SC_Helper_Locale 
    2929     */ 
    3030    static $_instance = NULL; 
     
    5353        // Get a string of specified language which corresponds to the message alias. 
    5454        $translated = $helper->get_locale($string, $options['lang_code'], $options['device_type_id']); 
    55  
     55         
    5656        // If parameters are set, translate a message. 
    5757        if (empty($tokens)) { 
Note: See TracChangeset for help on using the changeset viewer.