]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tests/languages/bootstrap.php
Shaarli's translation
[github/shaarli/Shaarli.git] / tests / languages / bootstrap.php
CommitLineData
52b50310 1<?php
12266213
A
2require_once 'tests/bootstrap.php';
3
4if (! empty(getenv('UT_LOCALE'))) {
52b50310
A
5 setlocale(LC_ALL, getenv('UT_LOCALE'));
6}