AIdeaText commited on
Commit
3ad23b1
·
verified ·
1 Parent(s): 4f4056a

Update translations/fr.py

Browse files
Files changed (1) hide show
  1. translations/fr.py +1 -9
translations/fr.py CHANGED
@@ -353,13 +353,6 @@ TEXT_TYPES = {
353
  # Configuration du modèle de langage pour le français
354
  NLP_MODEL = 'fr_core_news_lg'
355
 
356
- GRAPH_LABELS = {
357
- 'concept_network': "Relations entre les concepts clés",
358
- 'concept_centrality': "Centralité des concepts clés",
359
- 'entity_relations': "Relations entre Entités",
360
- 'topic_relations': "Relations entre Thèmes"
361
- }
362
-
363
  # Cette ligne est cruciale:
364
  TRANSLATIONS = {
365
  'COMMON': COMMON,
@@ -371,6 +364,5 @@ TRANSLATIONS = {
371
  'FEEDBACK': FEEDBACK,
372
  'TEXT_TYPES': TEXT_TYPES,
373
  'CURRENT_SITUATION': CURRENT_SITUATION,
374
- 'NLP_MODEL': NLP_MODEL,
375
- 'GRAPH_LABELS': GRAPH_LABELS
376
  }
 
353
  # Configuration du modèle de langage pour le français
354
  NLP_MODEL = 'fr_core_news_lg'
355
 
 
 
 
 
 
 
 
356
  # Cette ligne est cruciale:
357
  TRANSLATIONS = {
358
  'COMMON': COMMON,
 
364
  'FEEDBACK': FEEDBACK,
365
  'TEXT_TYPES': TEXT_TYPES,
366
  'CURRENT_SITUATION': CURRENT_SITUATION,
367
+ 'NLP_MODEL': NLP_MODEL
 
368
  }