Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const stats: TranslationStrings = { | |
| 'stats.countries': 'Países', | |
| 'stats.cities': 'Ciudades', | |
| 'stats.trips': 'Viajes', | |
| 'stats.places': 'Lugares', | |
| 'stats.worldProgress': 'Progreso mundial', | |
| 'stats.visited': 'visitados', | |
| 'stats.remaining': 'restantes', | |
| 'stats.visitedCountries': 'Países visitados', | |
| }; | |
| export default stats; | |