Add a note to the top of the i18n shim explaining what it is

Change-Id: I07a6abf0d85e4ec692bb25414d65c226977b69f7
This commit is contained in:
James D. Forrester 2013-12-11 18:02:19 -08:00
parent 942946cec1
commit 560f8642ed

View file

@ -1,4 +1,11 @@
<?php
/**
* VisualEditor i18n shim file to load the JSON equivalents.
*
* See https://www.mediawiki.org/wiki/Requests_for_comment/Localisation_format
*
* @file
*/
$messages = array();
array_map( function ( $dir ) use ( &$messages ) {
$files = glob( __DIR__ . "/$dir/*.json" );