repo.or.cz
/
T119942Repr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Localisation updates from https://translatewiki.net.
[T119942Repr.git]
/
BoilerPlate.i18n.alias.php
blob
9a0511acbeea035fff48afd22b532361a028e0a6
1
<
?php
2
/**
3
* Aliases for special pages of the BoilerPlate extension
4
*
5
* @file
6
* @ingroup Extensions
7
*/
8
9
$specialPageAliases
=
array
();
10
11
/** English (English) */
12
$specialPageAliases
[
'en'
] =
array
(
13
'HelloWorld'
=>
array
(
'HelloWorld'
),
14
);