Provide tools for translation and display of text in multiple languages and support for regionalization/localization for dates, numbers, currency, measurement, or other local contexts.
i18n Localized Variables extends Internationalization module to let Drupal utilize localized variables for each enabled language without modifying sites/default/settings.php.
A very simple module which would allow you to show all/any comments attached to all node translations. Just a great way to communicate in truly multi-lingual environments.
For example I have node in English and Spanish. Drupal natural way would be to show comments for en/es translation separately (attached to en/es content). But i18n_comments will aggregate all English and Spanish comments for any translations. It doesn't matter if user will leave a comment to any node translation.
How to use:
- Works with Drupal core comment module (not nodecomment).
- Works with Drupal core localization/translation modules, doesn't require i18n to be present (but works fine with it too).
- Just enable the module. There are no settings.
Need help:
- Tested on a few very different D7 setups, but not perfect yet most probably, please do test it and submit any bugs.
- Might not make sense with Drupal forums, pleas submit your experiences.