import React from 'react' import classnames from 'classnames' import PropTypes from 'prop-types' import { translate } from 'react-i18next' import i18n from '../../i18n.js' import SelectStatus from '../Input/SelectStatus/SelectStatus.jsx' const PopinFixedOption = props => { translate.setI18n(props.i18n ? props.i18n : i18n) // mandatory to allow Apps to overrides trad return (