mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 01:03:28 +09:00
Add "time" extra var type, and clean up date type HTML
This commit is contained in:
parent
9d57d24306
commit
ee1ddeeac3
3 changed files with 16 additions and 3 deletions
|
|
@ -328,6 +328,7 @@ $lang->column_type_list['kr_zip'] = '한국 주소와 우편번호';
|
|||
$lang->column_type_list['country'] = '국가';
|
||||
$lang->column_type_list['language'] = '언어';
|
||||
$lang->column_type_list['date'] = '날짜';
|
||||
$lang->column_type_list['time'] = '시간';
|
||||
$lang->column_type_list['timezone'] = '표준 시간대';
|
||||
$lang->column_name = '입력항목 이름';
|
||||
$lang->column_title = '입력항목 제목';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue