README.txt 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Recommended modules
  6. * Installation
  7. * Configuration
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. The Variable translation module, part of the Internationalization (https://www.drupal.org/project/i18n) package, allows the user to translate text and settings that are stored in Drupal as variables. These variables include text such as 'site name' and 'site slogan', as well as settings like 'Default front page' and 'Default 404 page'.
  12. * For a full description of the module, visit https://www.drupal.org/node/1113374
  13. * To submit bug reports and feature suggestions, or to track changes visit https://www.drupal.org/project/issues/i18n
  14. REQUIREMENTS
  15. ------------
  16. This module requires the following modules:
  17. * Internationalization (https://www.drupal.org/project/i18n)
  18. * Variable (https://www.drupal.org/project/variable)
  19. RECOMMENDED MODULES
  20. -------------------
  21. * Internationalization Views (https://www.drupal.org/project/i18nviews)
  22. * Language Icons (https://www.drupal.org/project/languageicons)
  23. * Translation Overview (https://www.drupal.org/project/translation_overview)
  24. * Localization Client (https://www.drupal.org/project/l10n_client)
  25. * Internationalization contributions (https://www.drupal.org/project/i18n_contrib)
  26. INSTALLATION
  27. ------------
  28. * This is a submodule of the Internationalization module. Install the Internationalization module as you would normally install a contributed Drupal module. See https://www.drupal.org/docs/7/extending-drupal-7/installing-contributed-modules-find-import-enable-configure-drupal-7 for further information.
  29. CONFIGURATION
  30. -------------
  31. To enable multilingual variables
  32. 1. Enable the Variable translation module included with the Internationalization package.
  33. 2. Go to Administration > Configuration > Regional and language > Multilingual settings.
  34. 3. Click on the Variables tab.
  35. 4. Select the variables that will be multilingual.
  36. 5. Click Save configuration button.
  37. Once you have the correct settings, they'll be marked with "This is a multilingual variable" when you go to the corresponding administration pages. You must switch the site language while in the administration pages to set the variables for each language. A language switcher link will appear at the top of each administrative page that has multilingual variables.
  38. MAINTAINERS
  39. -----------
  40. * Jose Reyero - https://www.drupal.org/u/jose-reyero
  41. * Florian Weber (webflo) - https://www.drupal.org/u/webflo
  42. * Peter Philipp - https://www.drupal.org/u/das-peter
  43. * Joseph Olstad - https://www.drupal.org/u/joseph.olstad
  44. * Nathaniel Catchpole - https://www.drupal.org/u/catch