parent
226fa396df
commit
708f4bc3b6
25 changed files with 57 additions and 33 deletions
|
@ -2,7 +2,10 @@
|
|||
<div id="user-heatmap" class="is-loading"
|
||||
data-heatmap-data="{{JsonUtils.EncodeToString .HeatmapData}}"
|
||||
data-locale-total-contributions="{{ctx.Locale.Tr "heatmap.number_of_contributions_in_the_last_12_months" (ctx.Locale.PrettyNumber .HeatmapTotalContributions)}}"
|
||||
data-locale-no-contributions="{{ctx.Locale.Tr "heatmap.no_contributions"}}"
|
||||
data-locale-contributions-zero="{{ctx.Locale.Tr "heatmap.contributions_zero"}}"
|
||||
data-locale-contributions-format="{{ctx.Locale.Tr "heatmap.contributions_format"}}"
|
||||
data-locale-contributions-one="{{ctx.Locale.Tr "heatmap.contributions_one"}}"
|
||||
data-locale-contributions-few="{{ctx.Locale.Tr "heatmap.contributions_few"}}"
|
||||
data-locale-more="{{ctx.Locale.Tr "heatmap.more"}}"
|
||||
data-locale-less="{{ctx.Locale.Tr "heatmap.less"}}"
|
||||
></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue