Skip to content

Commit

Permalink
Merge pull request #193 from jovandeginste/auto-update-italian
Browse files Browse the repository at this point in the history
Add Italian to the list of automatically-updated translations
  • Loading branch information
jovandeginste authored Jul 29, 2024
2 parents dd1015c + c9cb678 commit b56b86e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD)
BUILD_TIME ?= $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
OUTPUT_FILE ?= tmp/main

I18N_LANGUAGES ?= nl de fr
I18N_LANGUAGES ?= nl de fr it
LANG_TO_GENERATE = $(patsubst generate-translation-%,%,$@)
THEME_SCREENSHOT_WIDTH ?= 1200
THEME_SCREENSHOT_HEIGHT ?= 900
Expand Down
6 changes: 4 additions & 2 deletions translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
"Average speed (no pause)": "Velocità media (senza pausa)",
"Average tempo": "Tempo medio",
"Average tempo (no pause)": "Tempo medio (senza pausa)",
"Avg speed": "Velocità media",
"Avg tempo": "Tempo medio",
"Cadence": "Cadenza",
"Cancel": "Annulla",
"Continue": "Continua",
Expand All @@ -29,6 +27,7 @@
"Date": "Data",
"Default workout types": "Tipi di allenamento predefiniti",
"Description": "Descrizione",
"Details": "Details",
"Disable account registration": "Disabilita la registrazione dell'account",
"Disable social sharing buttons": "Disabilita i pulsanti di condivisione sui social media",
"Distance": "Distanza",
Expand Down Expand Up @@ -121,7 +120,9 @@
"meters": "metri",
"miles": "miglia",
"miles per hour": "miglia all'ora",
"no equipment": "no equipment",
"pounds": "libbre",
"push-ups": "push-ups",
"refresh": "aggiorna",
"running": "Corsa",
"sailboat": "Barca a vela",
Expand All @@ -133,6 +134,7 @@
"up": "Salita",
"user": "Utente",
"walking": "Camminata",
"weight lifting": "weight lifting",
"workout": "Allenamento",
"workouts": "allenamenti"
}

0 comments on commit b56b86e

Please sign in to comment.