mirror of
https://github.com/friendica/friendica
synced 2025-04-28 10:24:23 +02:00
11 lines
171 B
PHP
Executable file
11 lines
171 B
PHP
Executable file
<?php
|
|
|
|
// private language message file for unit testing purposes
|
|
|
|
$fallback = 'en';
|
|
|
|
$messages = array(
|
|
'HTMLPurifier' => 'HTML Purifier X'
|
|
);
|
|
|
|
// vim: et sw=4 sts=4
|