summaryrefslogtreecommitdiff
path: root/maintenance/language/splitLanguageFiles.php
blob: d1ce6e7e9928568a9aacc8a4c642954164b57b05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/**
 * splitLanguageFiles
 * Should read each of the languages files then split them in several subpart
 * under ./languages/XX/ according to the arrays in splitLanguageFiles.inc .
 *
 * Also need to rewrite the wfMsg system / message-cache.
 */

include(dirname(__FILE__).'/../commandLine.inc');