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
* Use double quoted consistently on attributes in linker output; preparing for new...
[mediawiki.git]
/
maintenance
/
splitLanguageFiles.php
blob
b80f38fc47dda032fe93b12b92879db8dc83e117
1
<
?php
2
/**
3
* splitLanguageFiles
4
* Should read each of the languages files then split them in several subpart
5
* under ./languages/XX/ according to the arrays in splitLanguageFiles.inc .
6
*
7
* Also need to rewrite the wfMsg system / message-cache.
8
*/
9
10
include
(
'commandLine.inc'
);
11
12
13
?
>