Add get locales util

This commit is contained in:
Vortrex
2022-01-13 17:30:58 -06:00
parent 04592bbbd7
commit 861e383a0a

View File

@@ -83,4 +83,8 @@ function getLocaleNameFromParams(params) {
return false;
}
function getLocales() {
return getGlobalConfig().locales;
}
// ===========================================================================