File size: 720 Bytes
9b0a8c5
1cd24e1
9b0a8c5
 
 
 
 
cb369bd
 
 
 
 
 
 
9b0a8c5
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
words_mapping = {
    "Spanish": {
        "Food and Beverages": "Comida y Bebidas",
        "Clothing": "Ropa",
        "Buildings (interior and exterior)": "Edificios (interior y exterior)",
        "Instruments, Tools and Utensils": "Instrumentos, Herramientas y Utensilios",
        "Celebrations, Sports and Events": "Celebraciones, Deportes y Eventos"
    },
    "German": {
        "Food and Beverages": "Essen und Getränke",
        "Clothing": "Kleidung",
        "Buildings (interior and exterior)": "Gebäude (Innen- und Außenbereich)",
        "Instruments, Tools and Utensils": "Instrumente, Werkzeuge und Utensilien",
        "Celebrations, Sports and Events": "Feiern, Sport und Veranstaltungen"
    }
}