blob: cf7dba691f6b26b04bd96470b2bae2817f3dbe83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?php
/**
* Config of demo.armandphilippot.com
*
* @package DemoArmandphilippotCom
* @author Armand Philippot <contact@armandphilippot.com>
* @copyright 2021 Armand Philippot
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link https://demo.armandphilippot.com/
* @since 1.0.0
*/
/**
* The website will check if the HTTP accepted locales have a matching
* translation. If not, the default locale is "en_US". If you want to
* overwrite the default locale, use this variable. Make sure the translation
* exists.
*/
$dap_default_locale = 'en_US';
|