Skip to content

Instantly share code, notes, and snippets.

@luizeof
Last active July 24, 2018 18:29
Show Gist options
  • Save luizeof/ad967ab32a61340fbc9773f37e221f13 to your computer and use it in GitHub Desktop.
Save luizeof/ad967ab32a61340fbc9773f37e221f13 to your computer and use it in GitHub Desktop.
transifex-mautic.php
<?php
$parameters = array(
'site_url' => 'https://mautic.example.com',
'install_source' => 'Mautic',
'db_driver' => 'pdo_mysql',
...
...
// em algum lugar do arquivo local.php você pode colocar as credenciais do Transifex
'transifex_username' => 'usuario',
'transifex_password' => 'senha'
...
...
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment