1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-22 03:23:25 +01:00

12 lines
182 B
PHP
Raw Normal View History

2014-09-23 23:25:04 +00:00
<?php
// private language message file for unit testing purposes
$fallback = 'en';
$messages = array(
'HTMLPurifier' => 'HTML Purifier X'
);
// vim: et sw=4 sts=4