mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
ba53de1add
- preparation for using DI instead of requires, so we can move this out of Ghost - have done this for both the main i18n and theme i18n file - refactored the constructor
4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
const I18n = require('./i18n');
|
|
|
|
module.exports = new I18n();
|
|
module.exports.I18n = I18n;
|