README.txt 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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
  12. (https://www.drupal.org/project/i18n) package, allows the user to translate text
  13. and settings that are stored in Drupal as variables. These variables include
  14. text such as 'site name' and 'site slogan', as well as settings like 'Default
  15. front page' and 'Default 404 page'.
  16. * For a full description of the module, visit:
  17. https://www.drupal.org/node/1113374.
  18. * To submit bug reports and feature suggestions, or to track changes visit:
  19. https://www.drupal.org/project/issues/i18n.
  20. REQUIREMENTS
  21. ------------
  22. This module requires the following modules:
  23. * Internationalization - https://www.drupal.org/project/i18n
  24. * Variable - https://www.drupal.org/project/variable
  25. RECOMMENDED MODULES
  26. -------------------
  27. * Internationalization Views - https://www.drupal.org/project/i18nviews
  28. * Language Icons - https://www.drupal.org/project/languageicons
  29. * Translation Overview - https://www.drupal.org/project/translation_overview
  30. * Localization Client - https://www.drupal.org/project/l10n_client
  31. * Internationalization contributions -
  32. https://www.drupal.org/project/i18n_contrib
  33. INSTALLATION
  34. ------------
  35. This is a submodule of the Internationalization module. Install the
  36. Internationalization module as you would normally install a contributed Drupal
  37. module. Visit https://www.drupal.org/node/895232 for further information.
  38. CONFIGURATION
  39. -------------
  40. To enable multilingual variables
  41. 1. Enable the Variable translation module included with the Internationalization
  42. package.
  43. 2. Go to Administration > Configuration > Regional and language > Multilingual
  44. settings.
  45. 3. Select on the Variables tab.
  46. 4. Select the variables that will be multilingual.
  47. 5. Save configuration.
  48. Once the user has the correct settings, they'll be marked with "This is a
  49. multilingual variable" when the user navigates to the corresponding
  50. administration pages. The user must switch the site language while in the
  51. administration pages to set the variables for each language. A language switcher
  52. link will appear at the top of each administrative page that has multilingual
  53. variables.
  54. MAINTAINERS
  55. -----------
  56. * Jose Reyero - https://www.drupal.org/u/jose-reyero
  57. * Florian Weber (webflo) - https://www.drupal.org/u/webflo
  58. * Peter Philipp - https://www.drupal.org/u/das-peter
  59. * Joseph Olstad - https://www.drupal.org/u/joseph.olstad
  60. * Nathaniel Catchpole - https://www.drupal.org/u/catch