next-i18next
Version:
The easiest way to translate your NextJs apps.
21 lines (18 loc) • 493 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "appWithTranslation", {
enumerable: true,
get: function get() {
return _appWithTranslation.appWithTranslation;
}
});
Object.defineProperty(exports, "withInternals", {
enumerable: true,
get: function get() {
return _withInternals.withInternals;
}
});
var _appWithTranslation = require("./app-with-translation");
var _withInternals = require("./with-internals");