X-Git-Url: https://git.immae.eu/?p=perso%2FDenise%2Foms.git;a=blobdiff_plain;f=configuration.py;h=7b1d7c584459c8fc72361688c00ba3a907b24c2c;hp=0fc8f20bd15f898e228a03445f8df5b53803ce97;hb=HEAD;hpb=e916b79fee2de6ed25982bd902354b9d3b7423d8 diff --git a/configuration.py b/configuration.py index 0fc8f20..7b1d7c5 100644 --- a/configuration.py +++ b/configuration.py @@ -5,7 +5,9 @@ CONFIG = {} ### La version de l'app -CONFIG["version"] = 2.4 +CONFIG["version"] = 2.6 +# Nombre de versions anciennes dans le changelog +CONFIG["nb_lignes_changelog"] = 4 # les unités acceptées CONFIG["liste_unites"] = ["jours", "semaines", "mois", "années"] @@ -45,6 +47,7 @@ CONFIG["fichiersOMS"]["taille"] = { "z_mixte": "lhfa_mix_z_exp.txt", } +CONFIG["voyelles"] = ["a", "e", "i", "o", "u", "y"] # ajouter le chemin for typed in CONFIG["liste_typedonnees"]: