1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-01 17:38:33 +00:00

Revert "Fix heatmap localization"

It conflicts with unmerged translations.

This reverts commit 708f4bc3b6.
This commit is contained in:
Earl Warren 2024-03-20 07:31:23 +01:00
parent 4c40a261d5
commit ba75514887
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
25 changed files with 33 additions and 57 deletions

View file

@ -2,10 +2,7 @@
<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-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-no-contributions="{{ctx.Locale.Tr "heatmap.no_contributions"}}"
data-locale-more="{{ctx.Locale.Tr "heatmap.more"}}"
data-locale-less="{{ctx.Locale.Tr "heatmap.less"}}"
></div>