no need for position:absolute
[lhc/web/wiklou.git] / maintenance / splitLanguageFiles.php
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 ?>