mirror of
https://github.com/strapi/strapi.git
synced 2025-07-25 09:56:53 +00:00
8 lines
78 B
JavaScript
8 lines
78 B
JavaScript
'use strict';
|
|
|
|
const i18n = require('./i18n');
|
|
|
|
module.exports = {
|
|
i18n,
|
|
};
|