Skip to content

Commit

Permalink
0.32.2 - Add loading done trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Elschnagoo committed Jan 6, 2024
1 parent e5fb65c commit b34018d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grandlinex/bundle-multilang",
"version": "0.32.1",
"version": "0.32.2",
"description": "",
"type": "module",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions src/LangModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export default class LangModule extends CoreBundleModule<
await client.setDbLang(this.defaultLang);
await this.getDb().setConfig('init', 'true');
}
await this.getKernel().triggerFunction('lang-loaded');
}

initBundleModule(): Promise<void> {
Expand Down

0 comments on commit b34018d

Please sign in to comment.