christian-schw / www.christian-schwanse.com

A portfolio website where I present myself, skills, work experience and projects. Only vanilla HTML, CSS and JS used.
http://www.christian-schwanse.com
4 stars 0 forks source link

Implement English Language #4

Closed christian-schw closed 3 months ago

christian-schw commented 3 months ago

Implement Switch between English and German. Add English Translation for Internationalization.

christian-schw commented 3 months ago

Translation via JSON-Files doesn't work properly. Problems with e. g. span-Tags inside of p-Tags. Example:

Original (German): Hey. Ich bin Christian. Ein SAP-Entwickler. 👋 Translation (English) Hey. I'm Christian. A SAP Developer. <span class="wobble">👋</span>

New approach: Restructure of Website Folder Structure. In Folder "en" are all english HTML-Files. In Folder "de" are all german HTML-Files.

christian-schw commented 3 months ago

Implemented.