repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* Add a h2 header to the begin of the results
[mediawiki.git]
/
maintenance
/
language
/
checkLanguage.php
blob
f8553a1e4c347340e639112fe29184cb7b376f89
1
<
?php
2
/**
3
* Check a language file.
4
*
5
* @file
6
* @ingroup MaintenanceLanguage
7
*/
8
9
require_once
(
dirname
(
__FILE__
).
'/../commandLine.inc'
);
10
require_once
(
'checkLanguage.inc'
);
11
require_once
(
'languages.inc'
);
12
13
$cli
=
new
CheckLanguageCLI
(
$options
);
14
$cli
->
execute
();