Skip to content

Commit

Permalink
chore: added comment on i18n initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Dec 12, 2024
1 parent f0b63c6 commit c0b4c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boot/kdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import services from '../services'
import { utils, initializeApi, i18n, utils as kdkCoreUtils, Store, Layout, Events, beforeGuard, authenticationGuard } from '@kalisio/kdk/core.client'

export default async ({ app }) => {
// Initializes i18n
// Initializes i18n first to avoid any browser translation
await i18n.initialize(app, ['core', 'app', 'map'])
// Initiate the client
const api = initializeApi()
Expand Down

0 comments on commit c0b4c40

Please sign in to comment.