Skip to content

Commit 0657739

Browse files
committed
chore: added comment on i18n initialization
1 parent 143fc86 commit 0657739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boot/kdk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default async ({ app }) => {
2121
// https://vuejs.org/guide/components/provide-inject.html#working-with-reactivity
2222
app.config.unwrapInjectedRef = true
2323

24-
// Initializes i18n
24+
// Initializes i18n first to avoid any browser translation
2525
await i18n.initialize(app, ['core', 'map', 'crisis'])
2626
// Initiate the client
2727
const api = initializeApi(setupApi)

0 commit comments

Comments
 (0)