blob: d4d0db96bad3573bad7f9a56059170edb4b4c75a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
/**
* This the test fixture for a message file in the Example Bar language (x-bar).
*/
$namespaceAliases = [
'Cat' => NS_FILE,
'Cat_toots' => NS_FILE_TALK,
];
$fallback = 'x-foo';
|