mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 21:33:24 +03:00
76f06fae3c
This reverts commit fa8c3ebe99
.
Reverting the revert, which will allow us to fully switch to @tryghost/logging v2.
7 lines
213 B
JavaScript
7 lines
213 B
JavaScript
const config = require('../../../../shared/config');
|
|
|
|
const ThemeI18n = require('./theme-i18n');
|
|
|
|
module.exports = new ThemeI18n({basePath: config.getContentPath('themes')});
|
|
module.exports.ThemeI18n = ThemeI18n;
|