Skip to content

Instantly share code, notes, and snippets.

@nfreear
Created December 11, 2012 11:47
Show Gist options
  • Select an option

  • Save nfreear/4257985 to your computer and use it in GitHub Desktop.

Select an option

Save nfreear/4257985 to your computer and use it in GitHub Desktop.
Configuration options - adding custom locales - CloudEngine/ Cloudworks / internationalization / i18n
<?php
// Feature flag for internationalisation
$config['x_translate'] = TRUE;
$config['locale_array']= array(
// Danish.
'da' => array(
'name' => 'Dansk/ Danish',
'locales'=> array('da_DK.UTF-8', 'da_DK.utf8'),
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment