next-i18next
Version:
The easiest way to translate your NextJs apps.
42 lines (41 loc) • 1.09 kB
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
require("./_virtual/_rolldown/runtime.cjs");
const require_appWithTranslation = require("./appWithTranslation.cjs");
let react_i18next = require("react-i18next");
Object.defineProperty(exports, "I18nContext", {
enumerable: true,
get: function() {
return react_i18next.I18nContext;
}
});
Object.defineProperty(exports, "Trans", {
enumerable: true,
get: function() {
return react_i18next.Trans;
}
});
Object.defineProperty(exports, "Translation", {
enumerable: true,
get: function() {
return react_i18next.Translation;
}
});
exports.appWithTranslation = require_appWithTranslation.appWithTranslation;
Object.defineProperty(exports, "i18n", {
enumerable: true,
get: function() {
return require_appWithTranslation.globalI18n;
}
});
Object.defineProperty(exports, "useTranslation", {
enumerable: true,
get: function() {
return react_i18next.useTranslation;
}
});
Object.defineProperty(exports, "withTranslation", {
enumerable: true,
get: function() {
return react_i18next.withTranslation;
}
});