Paladox has uploaded a new change for review.

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

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

Remove i18n shim

Change-Id: I0c08c4978ed5e72d249efbc560e03164dbf21b17
---
D HSTS.i18n.php
M i18n/gl.json
2 files changed, 2 insertions(+), 36 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/HSTS 
refs/changes/66/213866/1

diff --git a/HSTS.i18n.php b/HSTS.i18n.php
deleted file mode 100644
index 7b1e7c5..0000000
--- a/HSTS.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( 'wfJsonI18nShim1db2528a4e0f7eac' ) ) {
-       function wfJsonI18nShim1db2528a4e0f7eac( $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'][] = 
'wfJsonI18nShim1db2528a4e0f7eac';
-}
diff --git a/i18n/gl.json b/i18n/gl.json
index 521210d..01c0867 100644
--- a/i18n/gl.json
+++ b/i18n/gl.json
@@ -9,5 +9,6 @@
        "hsts-desc": "Mecanismo HSTS (HTTP Strict Transport Security) activable 
a nivel de cada usuario",
        "hsts-tog": "Activar o mecanismo HTTP Strict Transport Security (HSTS)",
        "hsts-https-tog": "Active o HTTP Strict Transport Security (HSTS)<br 
/>Recargue esta páxina con HTTPS para cambiar esta preferencia.",
-       "hsts-beta-feature-message": "Empregar sempre unha conexión segura"
+       "hsts-beta-feature-message": "Empregar sempre unha conexión segura",
+       "hsts-beta-feature-description": "Isto reforza a súa seguridade neste 
sitio manténdoo seguro mesmo despois de pechar a sesión, e asegura que ninguén 
pode espialo durante a navegación. Con esta opción activada e un navegador 
recente que soporte esta tecnoloxía (HSTS), calquera alerta de seguridade é moi 
probablemente un ataque real contra vostede."
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0c08c4978ed5e72d249efbc560e03164dbf21b17
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/HSTS
Gerrit-Branch: master
Gerrit-Owner: Paladox <thomasmulhall...@yahoo.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to