Ignore:
Timestamp:
2012/10/01 08:54:42 (12 years ago)
Author:
pineray
Message:

#163 テキスト出力多言語対応

デバイス別の言語ファイルを読み込まないオプションを追加.

File:
1 edited

Legend:

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

    r22041 r22045  
    207207            } 
    208208        } else { 
    209             die(SC_I18n_Ex::t('SC_INITIAL_ERROR_NOT_FOUND', array('T_CACHE_REALDIR' => CACHE_REALDIR), array('lang_code' => 'ja', 'device_type_id' => 10))); 
     209            die(SC_I18n_Ex::t('SC_INITIAL_ERROR_NOT_FOUND', array('T_CACHE_REALDIR' => CACHE_REALDIR), array('lang_code' => 'ja', 'device_type_id' => FALSE))); 
    210210        } 
    211211    } 
Note: See TracChangeset for help on using the changeset viewer.