internal-v0 / data /words_map.py
e-bug's picture
Upload 31 files
9b0a8c5 verified
raw
history blame contribute delete
366 Bytes
words_mapping = {
"Español": {
"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"
}
}