From 165e3d1559c3779761bdb2fdce01a1ca13b1c8d9 Mon Sep 17 00:00:00 2001 From: Pascal Syma Date: Mon, 15 Sep 2025 15:44:50 +0200 Subject: [PATCH] Translate static texts --- TODO.md | 4 +- app/components/ClickableImage.vue | 3 +- app/components/TeamAddModal.vue | 29 ++--- app/components/TeamJoinModal.vue | 30 +++-- app/lang/de.json | 167 ++++++++++++++----------- app/lang/en.json | 165 +++++++++++++----------- app/pages/hunt/[huntSlug]/showcase.vue | 6 +- 7 files changed, 226 insertions(+), 178 deletions(-) diff --git a/TODO.md b/TODO.md index 5878d19..98897c2 100644 --- a/TODO.md +++ b/TODO.md @@ -40,13 +40,13 @@ - [ ] Get Geo-Location - [ ] View other answers - [ ] View other reviews and scores - - [ ] Process image uploads (resize, remove EXIF, etc.) + - [x] Process image uploads (resize, remove EXIF, etc.) - [ ] Review other answers (Fan-Favorite) - [ ] Track walking distance - [ ] Notifications - **General** - [x] Pretty slugified urls - - [ ] All static texts translated + - [x] All static texts translated - [ ] Pretty - [ ] SEO, Meta, Preview - [ ] Deployment `.on.hs-bremen.de`?? diff --git a/app/components/ClickableImage.vue b/app/components/ClickableImage.vue index 8a4f82b..275c194 100644 --- a/app/components/ClickableImage.vue +++ b/app/components/ClickableImage.vue @@ -1,4 +1,5 @@