MediaWiki
1.23.5
|
Files | |
file | alltrans.php |
Get all the translations messages, as defined in the English language file. | |
file | checkDupeMessages.php |
Print out duplicates in message array. | |
file | checkExtensions.php |
Check the extensions language files. | |
file | checkLanguage.inc |
Helper class for checkLanguage.php script. | |
file | checkLanguage.php |
Check a language file. | |
file | countMessages.php |
Count how many messages we have defined for each language. | |
file | date-formats.php |
Test various language time and date functions. | |
file | digit2html.php |
Check digit transformation. | |
file | dumpMessages.php |
Dump an entire language, using the keys from English so we get all the values, not just the customized ones. | |
file | generateCollationData.php |
Maintenance script to generate first letter data files for Collation.php. | |
file | generateNormalizerDataAr.php |
Generates the normalizer data file for Arabic. | |
file | generateNormalizerDataMl.php |
Generates the normalizer data file for Malayalam. | |
file | generateUtf8Case.php |
Generates Utf8Case.ser from the Unicode Character Database and supplementary files. | |
file | langmemusage.php |
Dumb program that tries to get the memory usage for each language file. | |
file | languages.inc |
Handle messages in the language files. | |
file | rebuildLanguage.php |
Rewrite the messages array in the files languages/messages/MessagesXx.php. | |
file | StatOutputs.php |
Statistic output classes. | |
file | transstat.php |
Statistics about the localisation. | |
file | validate.php |
Check language files for unrecognised variables. | |
file | writeMessagesArray.inc |
Write a messages array as a PHP text. | |
Classes | |
class | AllTrans |
Maintenance script that gets all messages as defined by the English language file. More... | |
class | CheckExtensionsCLI |
class | CheckLanguageCLI |
class | CountMessages |
Maintenance script that counts how many messages we have defined for each language. More... | |
class | DateFormats |
Maintenance script that tests various language time and date functions. More... | |
class | Digit2Html |
Maintenance script that check digit transformation. More... | |
class | DumpMessages |
Maintenance script that dumps an entire language, using the keys from English. More... | |
class | GenerateCollationData |
Generate first letter data files for Collation.php. More... | |
class | GenerateNormalizerDataAr |
Generates the normalizer data file for Arabic. More... | |
class | GenerateNormalizerDataMl |
Generates the normalizer data file for Malayalam. More... | |
class | GenerateUtf8Case |
Generates Utf8Case.ser from the Unicode Character Database and supplementary files. More... | |
class | LangMemUsage |
This is a command line script. More... | |
class | MessageWriter |