Skip to content

Commit

Permalink
feat(demo/i18n): test loading
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Jun 12, 2023
1 parent bc52a19 commit 71edb52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/i18n/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ l10n.subscribe(() => {
logger.logProperty?.('hi', l10n.message('hi'));
});

logger.logProperty?.('hi', l10n.message('hi'));

l10n.setResourceLoader((locale) => {
return {
ok: true,
Expand Down

0 comments on commit 71edb52

Please sign in to comment.