diff --git a/demo/index.html b/demo/index.html
index ec2c12c..3c23697 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -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 };