]> git.earlybird.gay Git - today/commit
Lay out localization for pages
authorearly <me@earlybird.gay>
Mon, 25 Nov 2024 11:59:15 +0000 (04:59 -0700)
committerearly <me@earlybird.gay>
Mon, 25 Nov 2024 11:59:15 +0000 (04:59 -0700)
commite8e4f80c7b81a173875abd2bef7048335c4ae9f8
tree595a68eb0d43a4134a3ec1093422b1d3c3e4ab95
parent80fef0061bc199fbd807d8796ef59a6c2c685612
Lay out localization for pages
23 files changed:
app/app.go
include/callstack.go
include/include.go
include/localized.go [new file with mode: 0644]
landing-page/.languages/ca.po [new file with mode: 0644]
landing-page/.languages/en.po [new file with mode: 0644]
landing-page/ca/bloc/correu.html [new file with mode: 0644]
landing-page/ca/bloc/index.html [new file with mode: 0644]
landing-page/ca/index.html [new file with mode: 0644]
landing-page/en/blog/index.html [new file with mode: 0644]
landing-page/en/blog/post.go [new file with mode: 0644]
landing-page/en/blog/post.html [new file with mode: 0644]
landing-page/en/index.html [new file with mode: 0644]
landing-page/main.go [new file with mode: 0644]
localization/http.go [new file with mode: 0644]
localization/languages.go [new file with mode: 0644]
localization/po/po.go [new file with mode: 0644]
web/internal/compile/compile.go
web/internal/compile/component.go
web/internal/compile/template.go
web/page/page.go
web/page/serve.go
web/part/part.go