mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
6 lines
139 B
JavaScript
6 lines
139 B
JavaScript
|
const ThemeI18n = require('./i18n');
|
||
|
const themeI18n = new ThemeI18n();
|
||
|
|
||
|
module.exports = themeI18n;
|
||
|
module.exports.ThemeI18n = ThemeI18n;
|