i18n: all behavior switches should start/end with __ (part 2)

In a previous patch all behavior switch magic words that did not
start/end with __ were deprecated, and new aliases added that *did*
start/end with __.  This previous patch missed two cases, in the
`sv` and `nds-nl` languages, which are fixed in this patch.

Follows-Up: I458e3c981c07394ab81259fadb3d68a0399e7953
Change-Id: I6eb78ae7edd8a2d76878af45f0eb6eac1dcfbef7
(cherry picked from commit a0ee969205fe62793497ec4d39b6675b8a381681)
This commit is contained in:
C. Scott Ananian 2025-10-29 23:29:31 -04:00 committed by C. Scott Ananian
parent 504079744b
commit b59b076e50
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@ $magicWords = [
'directionmark' => [ '1', 'RICHTINGMARKERING', 'RICHTINGSMARKERING', 'DIRECTIONMARK', 'DIRMARK' ],
'displaytitle' => [ '1', 'TEUNTITEL', 'WEERGEGEVENTITEL', 'TOONTITEL', 'DISPLAYTITLE' ],
'filepath' => [ '0', 'BESTAANDSPAD:', 'BESTANDSPAD:', 'FILEPATH:' ],
'forcetoc' => [ '0', '__FORSEERONDERWARPEN_', '__INHOUD_DWINGEN__', '__FORCEERINHOUD__', '__FORCETOC__' ],
'forcetoc' => [ '0', '__FORSEERONDERWARPEN__', '__FORSEERONDERWARPEN_', '__INHOUD_DWINGEN__', '__FORCEERINHOUD__', '__FORCETOC__' ],
'formatdate' => [ '0', 'daotumopmaak', 'datumopmaak', 'formatdate', 'dateformat' ],
'formatnum' => [ '0', 'FORMATTEERNUM', 'NUMFORMATTEREN', 'FORMATNUM' ],
'fullpagename' => [ '1', 'HELEZIEDNAAM', 'VOLLEDIGEPAGINANAAM', 'FULLPAGENAME' ],

View file

@ -275,7 +275,7 @@ $magicWords = [
'newsectionlink' => [ '1', '__NYTTAVSNITTLÄNK__', '__NEWSECTIONLINK__' ],
'noeditsection' => [ '0', '__INTEREDIGERASEKTION__', '__NOEDITSECTION__' ],
'nogallery' => [ '0', '__INGETGALLERI__', '__NOGALLERY__' ],
'noindex' => [ '1', '__INTEINDEXERA_', '__NOINDEX__' ],
'noindex' => [ '1', '__INTEINDEXERA__', '__INTEINDEXERA_', '__NOINDEX__' ],
'notoc' => [ '0', '__INGENINNEHÅLLSFÖRTECKNING__', '__NOTOC__' ],
'ns' => [ '0', 'NR:', 'NS:' ],
'numberingroup' => [ '1', 'ANTALIGRUPP', 'NUMBERINGROUP', 'NUMINGROUP' ],