12266213d0
* translation system and unit tests * Translations everywhere Dont use translation merge It is not available with PHP builtin gettext, so it would have lead to inconsistency.
6 lines
157 B
PHP
6 lines
157 B
PHP
<?php
|
|
|
|
require_once 'vendor/autoload.php';
|
|
|
|
$conf = new \Shaarli\Config\ConfigManager('tests/utils/config/configJson');
|
|
new \Shaarli\Languages('en', $conf);
|