mirror of
https://github.com/strapi/strapi.git
synced 2025-08-05 23:40:04 +00:00
10 lines
152 B
JavaScript
10 lines
152 B
JavaScript
'use strict';
|
|
|
|
const { isoLocales } = require('../constants');
|
|
|
|
const getIsoLocales = () => isoLocales;
|
|
|
|
module.exports = () => ({
|
|
getIsoLocales,
|
|
});
|