Paladox has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/213810

Change subject: Remove i18n shim
......................................................................

Remove i18n shim

Change-Id: I61dc6d4f6a179b4a0252d217bad0d26a3e2f1c25
---
D Math.i18n.php
M Math.php
M i18n/ms.json
M i18n/ne.json
4 files changed, 17 insertions(+), 50 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Math 
refs/changes/10/213810/1

diff --git a/Math.i18n.php b/Math.i18n.php
deleted file mode 100644
index 58feee1..0000000
--- a/Math.i18n.php
+++ /dev/null
@@ -1,35 +0,0 @@
-<?php
-/**
- * This is a backwards-compatibility shim, generated by:
- * 
https://git.wikimedia.org/blob/mediawiki%2Fcore.git/HEAD/maintenance%2FgenerateJsonI18n.php
- *
- * Beginning with MediaWiki 1.23, translation strings are stored in json files,
- * and the EXTENSION.i18n.php file only exists to provide compatibility with
- * older releases of MediaWiki. For more information about this migration, see:
- * https://www.mediawiki.org/wiki/Requests_for_comment/Localisation_format
- *
- * This shim maintains compatibility back to MediaWiki 1.17.
- */
-$messages = array();
-if ( !function_exists( 'wfJsonI18nShim076fa7ce17fc47b9' ) ) {
-       function wfJsonI18nShim076fa7ce17fc47b9( $cache, $code, &$cachedData ) {
-               $codeSequence = array_merge( array( $code ), 
$cachedData['fallbackSequence'] );
-               foreach ( $codeSequence as $csCode ) {
-                       $fileName = dirname( __FILE__ ) . "/i18n/$csCode.json";
-                       if ( is_readable( $fileName ) ) {
-                               $data = FormatJson::decode( file_get_contents( 
$fileName ), true );
-                               foreach ( array_keys( $data ) as $key ) {
-                                       if ( $key === '' || $key[0] === '@' ) {
-                                               unset( $data[$key] );
-                                       }
-                               }
-                               $cachedData['messages'] = array_merge( $data, 
$cachedData['messages'] );
-                       }
-
-                       $cachedData['deps'][] = new FileDependency( $fileName );
-               }
-               return true;
-       }
-
-       $GLOBALS['wgHooks']['LocalisationCacheRecache'][] = 
'wfJsonI18nShim076fa7ce17fc47b9';
-}
diff --git a/Math.php b/Math.php
index 746f0b1..5440dd8 100644
--- a/Math.php
+++ b/Math.php
@@ -232,7 +232,6 @@
 $wgAutoloadClasses['SpecialMathShowImage'] = $dir . 'SpecialMathShowImage.php';
 $wgAutoloadClasses['SpecialMathStatus'] = $dir . 'SpecialMathStatus.php';
 $wgMessagesDirs['Math'] = __DIR__ . '/i18n';
-$wgExtensionMessagesFiles['Math'] = $dir . 'Math.i18n.php';
 $wgExtensionMessagesFiles['MathAlias'] = $dir . 'Math.alias.php';
 $wgExtensionMessagesFiles['MathAliasNoTranslate'] = $dir . 
'Math.alias.noTranslate.php';
 
diff --git a/i18n/ms.json b/i18n/ms.json
index bd93a9c..e3bfa74 100644
--- a/i18n/ms.json
+++ b/i18n/ms.json
@@ -20,23 +20,22 @@
        "math_bad_tmpdir": "Direktori temp matematik tidak boleh ditulis atau 
dicipta",
        "math_failure": "Gagal menghurai",
        "math_image_error": "Penukaran PNG gagal; periksa sama ada latex dan 
dvipng (atau dvips + gs + convert) telah dipasang dengan betul",
-       "math_invalidjson": "Respons Pelayan $1 adalah JSON yang tidak sah.",
-       "math_invalidresponse": "Respons tidak sah $1: ('$3') dari pelayan 
'$2':",
-       "math_invalidxml": " MathML adalah XML yang tidak sah.",
+       "math_invalidjson": "Respons pelayan $1 adalah JSON yang tidak sah.",
+       "math_invalidresponse": "$1: Respons tidak sah (\"$3\") dari pelayan 
\"$2\":",
+       "math_invalidxml": "MathML atau SVG adalah XML yang tidak sah.",
        "math_lexing_error": "ralat ''lexing''",
        "math_notexvc": "Atur cara <code>texvc</code> hilang; sila lihat fail 
math/README untuk maklumat konfigurasi.",
-       "math_notexvccheck": "Atur cara <code>texvccheck</code> hilang. Sila 
lihat math/README untuk pemasangan.",
        "math_output_error": "Imej matematik tidak dapat disimpan di dalam 
sistem fail.",
        "math_sample": "Masukkan rumus di sini",
        "math_syntax_error": "ralat sintaks",
        "math_tip": "Rumus matematik (LaTeX)",
        "math_unknown_error": "ralat yang tidak dikenali",
        "math_unknown_function": "fungsi '$1' yang tidak dikenali",
-       "math_xmlversion": "Amaran: Semakan Jenis XML dilangkau! Semak sama ada 
pemasangan MediaWiki anda adalah versi wmf/1.22wmf7 ke atas.",
        "mw_math_latexml": "LaTeXML (percubaan; menggunakan MathML)",
        "mw_math_mathjax": "MathJax sebelah klien (perlahan, mempertingkat 
rendering pada sesetengah pelayar dan alat-alat aksesibiliti)",
        "mw_math_mathml": "MathML dengan sandaran SVG atau PNG (disyorkan untuk 
pelayar dan alat-alat aksesibiliti moden)",
        "mw_math_png": "Imej PNG",
        "mw_math_source": "Sumber TeX (untuk pelayar teks)",
-       "prefs-math": "Matematik"
+       "prefs-math": "Matematik",
+       "mathstatus": "Status Math"
 }
diff --git a/i18n/ne.json b/i18n/ne.json
index 75a73a1..276042d 100644
--- a/i18n/ne.json
+++ b/i18n/ne.json
@@ -3,17 +3,21 @@
                "authors": [
                        "Bhawani Gautam",
                        "Bhawani Gautam Rhk",
-                       "सरोज कुमार ढकाल"
+                       "सरोज कुमार ढकाल",
+                       "NehalDaveND"
                ]
        },
-       "math_sample": "सूत्र यहाँ थप्नुहोस्",
-       "math_tip": "गणितीय सूत्र (LaTeX)",
-       "prefs-math": "गणित",
-       "mw_math_png": "जहिले  PNG खोल्ने",
-       "mw_math_source": "यसलाई TeX को रुपमा  छोड्ने(पाठ प्रदर्शको लागि)",
+       "math-visualeditor-mwmathinspector-display": "दृश्य",
+       "math-visualeditor-mwmathinspector-display-block": "रोक्ने",
+       "math-visualeditor-mwmathinspector-display-default": "पूर्वनिर्धारित",
        "math_failure": "पढ्न सकिएन",
+       "math_lexing_error": "वर्ण(lexing) त्रुटी",
+       "math_sample": "सूत्र यहाँ थप्नुहोस्",
+       "math_syntax_error": "सूत्र (syntax) त्रुटि",
+       "math_tip": "गणितीय सूत्र (LaTeX)",
        "math_unknown_error": "अज्ञात समस्या",
        "math_unknown_function": "अज्ञात निर्देशन",
-       "math_lexing_error": "वर्ण(lexing) त्रुटी",
-       "math_syntax_error": "सूत्र (syntax) त्रुटि"
+       "mw_math_png": "जहिले  PNG खोल्ने",
+       "mw_math_source": "यसलाई TeX को रुपमा  छोड्ने(पाठ प्रदर्शको लागि)",
+       "prefs-math": "गणित"
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/213810
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I61dc6d4f6a179b4a0252d217bad0d26a3e2f1c25
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Math
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to