Add French display language. #40

Open
opened 2025-07-24 09:08:12 -04:00 by Cutieguwu · 0 comments
Owner

I will have to think about how to handle this. Updating one half will generally require me to update the other half.

How I will organize pages between both languages will have to be determined. The obvious route is having a src/en and a src/fr path. Ideally, there would be an external resource that I could just pull into the page, but that would require JS or WASM, and all of the educational tasks with those that I don't have time for.

Obvious tasks for this are:

  • Add EN/FR language "toggle".
  • Language preference detection?
  • Language select dialog?

A lot of this seems like JS or WASM dependent.

I will have to think about how to handle this. Updating one half will generally require me to update the other half. How I will organize pages between both languages will have to be determined. The obvious route is having a `src/en` and a `src/fr` path. Ideally, there would be an external resource that I could just pull into the page, but that would require JS or WASM, and all of the educational tasks with those that I don't have time for. Obvious tasks for this are: - Add EN/FR language "toggle". - Language preference detection? - Language select dialog? A lot of this seems like JS or WASM dependent.
Cutieguwu added the Enhancement label 2025-07-24 09:08:12 -04:00
Sign in to join this conversation.