'use strict';
const validateLocaleCreation = require('./validate-locale-creation');
module.exports = {
validateLocaleCreation,
};