wiki.techinc.nl/includes/Category
C. Scott Ananian 504079744b i18n: deprecate double-underscore magic words which don't start/end with __
All "double underscore" behavior switches should actually begin and end
with either a double underscore or a double U+FF3F (a fullwidth
underscore used in Japanese).  Parsoid's tokenizer will not match a
localized behavior switch which does not start with double underscore.

In this patch localized aliases are added which start/end with double
underscore, and a few erroneous localizations were corrected which
had leading spaces or zero-width spaces.  In addition, pages which
use a localized behavior switch which does not start/end with double
underscore are added to a tracking category for manual fix up.

In a future release (I8dd522d605c2b9e5310d169d7c51bcf424089497),
aliases which do not start/end with double underscore will be removed.

Bug: T407289
Change-Id: I458e3c981c07394ab81259fadb3d68a0399e7953
(cherry picked from commit 37772271cd6099327fb57f7c3139206be1ad72c6)
2025-11-03 18:10:10 +00:00
..
CategoriesRdf.php
Category.php Add missing documentation to class properties (miscellaneous classes) 2024-09-14 10:12:18 +02:00
CategoryViewer.php Move Language and friends into Language namespace 2024-08-10 13:36:30 +02:00
TrackingCategories.php i18n: deprecate double-underscore magic words which don't start/end with __ 2025-11-03 18:10:10 +00:00