Open CihatKOCAK opened 8 months ago
I added easy-to-use multi-language support
src/portfolio.js
const supportedLanguages = [ { value: "TR", label: "Türkçe" }, { value: "EN", label: "English" }, { value: "DE", label: "Deutsch" } ];
src/contexts/LanguageContent.js
I created at easy-to-use structure for multiple languages, I did not to add i-18 because the project is not too big.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Description
I added easy-to-use multi-language support
src/portfolio.js
after you can change or add languages.src/contexts/LanguageContent.js
I created at easy-to-use structure for multiple languages, I did not to add i-18 because the project is not too big.