diff --git a/index.js b/index.js index 64b3a3b..de42d34 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,4 @@ const i18nUtil = require("./lib/i18n-util") -module.exports.getText = i18nUtil.getText \ No newline at end of file +module.exports.getText = i18nUtil.getText +module.exports.locales = i18nUtil.locales \ No newline at end of file