We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$t
1 parent d371262 commit f2e3c18Copy full SHA for f2e3c18
1 file changed
app/components/PackageDownloadAnalytics.vue
@@ -488,8 +488,8 @@ const config = computed(() => ({
488
stroke: isDarkMode.value ? '#4A4A4A' : '#a3a3a3',
489
labels: {
490
axis: {
491
- yLabel: t('package.downloads.y_axis_label', {
492
- granularity: t(`package.downloads.granularity_${selectedGranularity.value}`),
+ yLabel: $t('package.downloads.y_axis_label', {
+ granularity: $t(`package.downloads.granularity_${selectedGranularity.value}`),
493
}),
494
xLabel: packageName,
495
yLabelOffsetX: 12,
0 commit comments