Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@totten
Created November 5, 2020 10:14
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 totten/e1244d9a98c9d9fd1ebc899f5e780252 to your computer and use it in GitHub Desktop.
Save totten/e1244d9a98c9d9fd1ebc899f5e780252 to your computer and use it in GitHub Desktop.
<?php
civicrm_api3('Setting', 'create', [
'lcMessages' => 'en_US',
'languageLimit' => [
'en_US' => 1,
],
]);
CRM_Core_I18n_Schema::makeMultilingual('en_US');
global $dbLocale;
$dbLocale = '_en_US';
CRM_Core_I18n_Schema::addLocale('fr_FR', 'en_US');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment