편집 요약 없음
(새 문서: -- localize param, message return { msgi18n = {}, argi18n = { demospace = '데모공간', ["type"] = '종류', image = '그림', imageright = '오른쪽그림', style = '...) |
편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
-- localize param, message | -- localize param, message | ||
return { | return { | ||
type_map = { | |||
['신속'] = 'speedy', | |||
['삭제'] = 'delete', | |||
[ | ['내용'] = 'content', | ||
['모양'] = 'style', | |||
['이동'] = 'move', | |||
['보호'] = 'protection', | |||
['안내'] = 'notice', | |||
}, | |||
arg_map = { | |||
['데모공간'] = 'demospace', | |||
['종류'] = 'type', | |||
['그림'] = 'image', | |||
['오른쪽그림'] = 'imageright', | |||
['모양'] = 'style', | |||
['본문모양'] = 'textstyle', | |||
['본문'] = 'text', | |||
['작게'] = 'small', | |||
['크기'] = 'small', | |||
['작은그림'] = 'smallimage', | |||
['작은오른쪽그림'] = 'smallimageright', | |||
['작은본문'] = 'smalltext', | |||
} | } | ||
} | } |