ema-dev / data /words_map.py
Lea
Add multilingual step instructions
1cd24e1
Raw
History Blame Contribute Delete
720 Bytes
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"
}
}