blob: be10e45f2ced1061995a3d7248a0fad6f445aadf (
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 Foo language (x-foo).
*/
$namespaceAliases = [
'Cat' => NS_USER,
'Cat_toots' => NS_USER_TALK,
'Dog' => NS_USER,
'Dog_woofs' => NS_USER_TALK,
];
|