From 7715c1c692823cb4319949b8c094afbffd817ae8 Mon Sep 17 00:00:00 2001 From: Sean Morley <98704938+seanmorley15@users.noreply.github.com> Date: Sun, 26 Oct 2025 19:27:56 -0400 Subject: [PATCH] Documentation and Localization Improvments (#901) * Update recommended PostGIS image for ARM machines (#900) PostGIS images from tobi312 are no longer available. Updated the documentation to use imresamu images as an alternative. Kept the same PostGIS release version to avoid any unexpected issues for now. * Small fix to italian text in dashboard (#896) Co-authored-by: Sean Morley <98704938+seanmorley15@users.noreply.github.com> --------- Co-authored-by: agarthand Co-authored-by: thefeltro <142627956+thefeltro@users.noreply.github.com> --- documentation/docs/install/docker.md | 2 +- frontend/src/locales/it.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/docs/install/docker.md b/documentation/docs/install/docker.md index b6985026..0271d26f 100644 --- a/documentation/docs/install/docker.md +++ b/documentation/docs/install/docker.md @@ -23,7 +23,7 @@ cp .env.example .env ::: tip -If running on an ARM based machine, you will need to use a different PostGIS Image. It is recommended to use the `tobi312/rpi-postgresql-postgis:15-3.3-alpine-arm` image or a custom version found [here](https://hub.docker.com/r/tobi312/rpi-postgresql-postgis/tags). The AdventureLog containers are ARM compatible. +If running on an ARM based machine, you will need to use a different PostGIS Image. It is recommended to use the `imresamu/postgis:15-3.3-alpine3.21` image or a custom version found [here](https://hub.docker.com/r/imresamu/postgis/tags). The AdventureLog containers are ARM compatible. ::: diff --git a/frontend/src/locales/it.json b/frontend/src/locales/it.json index 19e5cc49..f1f396b1 100644 --- a/frontend/src/locales/it.json +++ b/frontend/src/locales/it.json @@ -913,8 +913,8 @@ "total_visited_cities": "Totale città visitate", "document_some_adventures": "Inizia a documentare i tuoi viaggi e costruisci la tua mappa di avventura personale!", "view_all": "Visualizza tutto", - "welcome_text_1": "Sei stato acceso", - "welcome_text_2": "Avventure finora", + "welcome_text_1": "Sei stato in", + "welcome_text_2": "avventure finora", "welcome_text_3": "Continua a esplorare e documentare i tuoi viaggi!" }, "immich": {