Skip to content

Instantly share code, notes, and snippets.

@markwk
Created September 28, 2011 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markwk/1248427 to your computer and use it in GitHub Desktop.
Save markwk/1248427 to your computer and use it in GitHub Desktop.
Adds multilingual variables
/**
* Multilingual settings
*
* This is a collection of variables that can be set up for each language when i18n is enabled.
* These are the basic ones for Drupal core, but you can add your own here.
*/
$conf['i18n_variables'] = array(
// Site name, slogan, mission, etc..
'site_name',
'site_slogan',
'site_mission',
'site_footer',
'anonymous',
// Contact form information
'contact_form_information',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment