react-i18next (1) 썸네일형 리스트형 react-i18next in next.js next.js 에서 react-i18next 를 적용해 보자! 🎈 서버 단에서 번역을 처리해 주는 next-i18next 도 있지만, 브라우저 단에서 i18next를 수행하고 싶었기에 react-i18next를 사용했다. yarn add yarn add i18next i18next-browser-languagedetector react-i18next init i18next // config/i18n.ts import i18n from "i18next"; import { initReactI18next } from "react-i18next"; import LanguageDetector from 'i18next-browser-languagedetector'; import en from "public/loca.. 이전 1 다음