Skip to content

Commit

Permalink
feature: Updated 修改为中文
Browse files Browse the repository at this point in the history
  • Loading branch information
phyuany committed Nov 16, 2024
1 parent 47e9d1b commit 6a57182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/default/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ <h3>{{view.title}}</h3>
<div class="description">{{codelab.title}}</div>
<div class="card-duration">
<span>{%- if codelab.duration -%}{{codelab.duration}} 分钟 {%- endif -%}</span>
<span>{%- if codelab.updated -%}Updated {{codePrettyDate(codelab.updated)}}{%- endif -%}</span>
<span>{%- if codelab.updated -%}最后更新 {{codePrettyDate(codelab.updated)}}{%- endif -%}</span>
</div>
<div class="card-footer">
<div class="category-icon {{categoryClass(codelab, cat.level)}}-icon"></div>
Expand Down

0 comments on commit 6a57182

Please sign in to comment.