henrylin03 / preregister-for-intellex

Pre-registration page for Intellex Academy, a web application designed to connect individuals with career mentors
http://intellex.co/
0 stars 0 forks source link

enable chinese translation #21

Closed henrylin03 closed 2 months ago

henrylin03 commented 2 months ago

checklist

henrylin03 commented 2 months ago

once styling requirements provided, will build for responsiveness (likely with media queries)

henrylin03 commented 2 months ago

button group styled with rounded corners to look more friendly and less jarring. colours retained based on ux/ui designer direction.

henrylin03 commented 2 months ago

moving to waiting to decide on next steps regarding copy in chinese from jy - jy advised happy to push it prod

henrylin03 commented 2 months ago

reopening - the title and footer content should also be translated

henrylin03 commented 2 months ago

challenge with updating the title of the html, is that we would need the javascript to update the document like:

document.title = "..."

however, because we're sharing the script.js file across all the pages, this would require many conditional statements, if that's even possible for us to confirm what page it is being applied to. this feels unsustainable - we may need to implement webpack bundler, which would likely also fix #23