Preview: Translation.js
Size: 687 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/react-i18next/dist/es/Translation.js
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
var _excluded = ["ns", "children"];
import { useTranslation } from './useTranslation.js';
export function Translation(props) {
var ns = props.ns,
children = props.children,
options = _objectWithoutProperties(props, _excluded);
var _useTranslation = useTranslation(ns, options),
_useTranslation2 = _slicedToArray(_useTranslation, 3),
t = _useTranslation2[0],
i18n = _useTranslation2[1],
ready = _useTranslation2[2];
return children(t, {
i18n: i18n,
lng: i18n.language
}, ready);
}
Directory Contents
Dirs: 0 × Files: 16