Update translations/__init__.py
Browse files- translations/__init__.py +3 -1
translations/__init__.py
CHANGED
@@ -31,5 +31,7 @@ def get_translations(lang_code):
|
|
31 |
**translations.get('SEMANTIC', {}),
|
32 |
**translations.get('DISCOURSE', {}),
|
33 |
**translations.get('ACTIVITIES', {}),
|
34 |
-
**translations.get('FEEDBACK', {})
|
|
|
|
|
35 |
}
|
|
|
31 |
**translations.get('SEMANTIC', {}),
|
32 |
**translations.get('DISCOURSE', {}),
|
33 |
**translations.get('ACTIVITIES', {}),
|
34 |
+
**translations.get('FEEDBACK', {}),
|
35 |
+
**translations.get('TEXT_TYPES', {}),
|
36 |
+
**translations.get('CURRENT_SITUATION', {}) # Añadir esta línea
|
37 |
}
|