From e0fa4783c68b8f4fec0a56ea8cbf2dcb7f6496f8 Mon Sep 17 00:00:00 2001 From: kngako Date: Sun, 5 May 2024 21:43:58 +0200 Subject: [PATCH] Export locales --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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