Add French display language. #40
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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/enand asrc/frpath. 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:
A lot of this seems like JS or WASM dependent.