mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
영어 - 기존 번역본 수정 및 결과 출력 페이지 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2316 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2ed83fde65
commit
98251db3c4
2 changed files with 12 additions and 9 deletions
|
|
@ -93,7 +93,10 @@
|
|||
}
|
||||
|
||||
// 텍스트 생성
|
||||
$result_text = sprintf(Context::getLang("is_result_text"), $is_keyword, $output->total_count);
|
||||
if(Context::getLangType()=='en')
|
||||
$result_text = sprintf(Context::getLang("is_result_text"), $output->total_count, $is_keyword);
|
||||
else
|
||||
$result_text = sprintf(Context::getLang("is_result_text"), $is_keyword, $output->total_count);
|
||||
Context::set('result_text', $result_text);
|
||||
Context::set('mid_list', $mid_list);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue