Hi!
I'm writing a drupal 7 module for an hostel.
I've to manage some entities :
- room categories
- rooms (one room is attached to a category)
- prices (a price is attached to a category ; several prices could be
attached to one category with different time periods)
- services (service room, ironing, breakfast...) : one or several services
could be attached to a category
Each of these entites must be translated in four languages : en / fr / de /
es.
If I a create one "Content type" for each of these entities, i'll be able
to manage my entities instances.
For example, i've a Content ty