Commit graph

7 commits

Author SHA1 Message Date
dantefromhell 8c84a59311
translations: init german (#20)
* Update ui.ts

* Fix ui.ts

* translations: init german

* translate captions

* Translate goals section

* translate values section

* First round of feedback

* Translate 'roadmap' section

* Add clarification from Jake

* 2nd round of reviews

* fix syntax errors

* satisfy prettier

---------

Co-authored-by: dantefromhell <dantefromhell@users.noreply.github.com>
2024-05-11 00:38:58 +10:00
Emil "AngryAnt" Johansen 94eafb8dc6
translations: init danish (#14) 2024-05-07 20:45:54 +10:00
marshmallow e6faf8ca98 fix: infer type of getStaticPaths 2024-05-07 12:06:12 +10:00
marshmallow 610fa12723 chore: prettier sweep
apply prettier across entire codebase
2024-05-07 11:12:16 +10:00
~hedy dd3a81b5bf refactor: Avoid duplicating pages for each language
This makes use of Astro dynamic routing to avoid having to redefine all
pages for each language.

Note that they still have to be defined in `i18n/ui.ts` which is not
refactored in this PR.

The Index will also now use the `defaultLang` from `i18n/ui.ts` rather
than hardcoding `/en/`.
2024-05-07 07:26:56 +10:00
marshmallow 9f6a8cc98b read from public/locales/ 2024-05-04 06:35:29 +10:00
marshmallow e3ba2c4ba5 feat: i18n 2024-05-04 06:28:15 +10:00