Ticket #155 (accepted defect)
i18n Content Slots Fallback to default culture
| Reported by: | fotakis | Owned by: | tboutell |
|---|---|---|---|
| Priority: | major | Milestone: | 1.6 |
| Component: | Documentation | Version: | 1.0 |
| Keywords: | Cc: | ||
| Symfony version: | 1.4 |
Description
In order to ease the translation and i18n of a website, it would be useful if apostrophe can fall back to the default culture for the content slots.
The current workflow is the following:
1.) Create content/pages/slots in English (Complex Navigation)
2.) Switch culture
3.) Rename page ( For each navigation item )
4.) Switch to default culture
5.) Per slot jot down the slots and content
5.1) In case of a slideshow, we have to recreate it per culture
6.) Switch culture
7.) Recreate all the slots and write content for each. (Possibly look to 5)
By adding the functionality of the default culture fallback the workflow would change as follows
1.) Create content/pages/slots in English
2.) Switch culture
3.) Translate the page name
4.) For each content slot start translating.
This feature would also help with the navigation, because at the moment once the culture switches if the pages do not have a corresponding translation for user culture, they are not shown anywhere, so you need to keep switching.

