Skip to content

Commit 3984a06

Browse files
fix(i18n): resolve translation scope (#508)
1 parent edbd673 commit 3984a06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/BuildEnvironment.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const buildInfo = useAppConfig().buildInfo
1313
:class="footer ? 'mt-4 justify-start' : 'mb-8 justify-center'"
1414
style="animation-delay: 0.05s"
1515
>
16-
<i18n-t keypath="built_at">
16+
<i18n-t keypath="built_at" scope="global">
1717
<NuxtTime :datetime="buildInfo.time" :locale="locale" relative />
1818
</i18n-t>
1919
<span>&middot;</span>

0 commit comments

Comments
 (0)