import getEnv from "./getEnv"; const getLocales = () => { return (getEnv().LOCALES || "").split(","); }; export default getLocales;