diff --git a/grado.nimble b/grado.nimble index e2ee7b3..71e2e8b 100644 --- a/grado.nimble +++ b/grado.nimble @@ -5,7 +5,7 @@ import src/config as _ version = config.version author = "Patitotective" -description = "A projectile motion simulator website (only html)" +description = "A static projectile motion simulator website" license = "MIT" srcDir = "src" skipExt = @["nim"] diff --git a/src/config.kdl b/src/config.kdl index b5b12da..2b9ac61 100644 --- a/src/config.kdl +++ b/src/config.kdl @@ -1,5 +1,5 @@ title "Parabola" -version "1.2.0" +version "1.2.1" website "https://github.com/Patitotective/parabola" appPath "/" port 8081 diff --git a/src/translations.nim b/src/translations.nim index 6b01c08..b16a402 100644 --- a/src/translations.nim +++ b/src/translations.nim @@ -50,7 +50,7 @@ i18nInit Locale, true: Spanish = "Tiempo de vuelo" maxRange: English = "Max range" - Spanish = "Rango máximo" + Spanish = "Alcance máximo" height: English = "Height" Spanish = "Altura"