1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Xomw: Add more implementation for extractParam

This commit is contained in:
gnosygnu
2017-04-30 08:47:54 -04:00
parent af2d0c51db
commit 417fd8b990
6 changed files with 81 additions and 76 deletions

View File

@@ -3010,13 +3010,13 @@ public class XomwDefaultSettings {
// * is 'dmy or mdy'.
// */
// $wgAmericanDates = false;
//
// /**
// * For Hindi and Arabic use local numerals instead of Western style (0-9)
// * numerals in interface.
// */
// $wgTranslateNumerals = true;
//
/**
* For Hindi and Arabic use local numerals instead of Western style (0-9)
* numerals in interface.
*/
public static boolean wgTranslateNumerals = true;
// /**
// * Translation using MediaWiki: namespace.
// * Interface messages will be loaded from the database.