Skip to content

Commit

Permalink
fixup! fixup! Add i18n support
Browse files Browse the repository at this point in the history
  • Loading branch information
martijngastkemper committed Mar 8, 2024
1 parent 2cb60a5 commit a995521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/tool.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/js/components/Tool.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<Head title="title" />
<Head :title="__('title')" />
<heading class="mb-6">{{ __("heading") }}</heading>

<p class="mb-6">{{ __("explanation") }}</p>
Expand Down

0 comments on commit a995521

Please sign in to comment.