import React from 'react'; import { Trans } from 'react-i18next'; const App = () => { return ( <Trans values={{ name: 'Astronaut' }} ...
確定! 回上一頁