mirror of
https://github.com/soulaklabs/bitoduc.fr.git
synced 2025-12-09 01:23:24 +00:00
réusinage de traductions.json en un simple tableau
This commit is contained in:
@@ -17,8 +17,7 @@ def principal():
|
||||
with open('vérifications/schéma.json') as f:
|
||||
schema = json.load(f)
|
||||
valide(d, schema)
|
||||
verifie_ordre(d['faux mots'])
|
||||
verifie_ordre(d['vrais mots'])
|
||||
verifie_ordre(d['mots'])
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user