阿诺德渲染器中文翻译

修改
鏉ユ簮: xiao_q 浏览 9106 日期 2017-01-04 0

为了项目需要学习一些新知识了,英文很差,开始做些翻译方便自己学习吧

评论

{{ username ? username.charAt(0).toUpperCase() : '?' }}
Ctrl+Enter 发布
{{ (c.username || c.author_name || '?').charAt(0).toUpperCase() }}
{{ c.username || c.author_name }} {{ Utils.formatDate(c.created_at) }}