Skip to content

Commit

Permalink
Add localize to demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend committed Aug 22, 2024
1 parent b89101b commit c945db6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
import * as fileSize from '../lib/fileSize.js';
import * as list from '../lib/list.js';
import * as number from '../lib/number.js';
import * as localize from '../lib/localize.js';

window.intl = { ...common, ...dateTime, ...fileSize, ...list, ...number };
window.intl = { ...common, ...dateTime, ...fileSize, ...list, ...number, ...localize };
</script>
</head>
<body>
Expand Down

0 comments on commit c945db6

Please sign in to comment.