New multilingual drupal site - Grace in Motion is a ministry for women - released.
The chellange were the multilingual features. For the translation of the nodes the "Multilanguage - i18n" module is used. For translation of the menu (primary, secondary, custom) the "Localization" core module is used. This gives a good combination and is a good combination for maintainance. To get both working together the site makes usage of the "Path" core module to specify URL/links for nodes e.g. "de/about", "en/about" and then using the URL/link "about" (without language) in the menu.
The layout is based on the "zen" theme. To be updateable all the styles needed have been only added to an "overrides.css".
feedback welcome, Willi
Comments
Nice work
Nice work, particularly with the localization. I haven't needed to do this yet, but it's good to see the possibilities.