X-Git-Url: https://git.immae.eu/?p=perso%2FDenise%2Foms.git;a=blobdiff_plain;f=configuration.py;h=7b1d7c584459c8fc72361688c00ba3a907b24c2c;hp=b22c6e3fbd788141534217d62fbd113ec1387316;hb=HEAD;hpb=e4ec2d3d510d6138430c48d5dc699c10ff8dc463 diff --git a/configuration.py b/configuration.py index b22c6e3..7b1d7c5 100644 --- a/configuration.py +++ b/configuration.py @@ -5,7 +5,7 @@ CONFIG = {} ### La version de l'app -CONFIG["version"] = 2.5 +CONFIG["version"] = 2.6 # Nombre de versions anciennes dans le changelog CONFIG["nb_lignes_changelog"] = 4 @@ -47,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"]: