]> git.openstreetmap.org Git - chef.git/commitdiff
Allow the translation of MediaWiki sidebar
authorTigerfell <43786020+Tigerfell@users.noreply.github.com>
Wed, 6 Jan 2021 11:24:30 +0000 (12:24 +0100)
committerGrant <github@firefishy.com>
Wed, 3 Feb 2021 14:13:40 +0000 (14:13 +0000)
cookbooks/mediawiki/templates/default/LocalSettings.php.erb

index 466959c678153d4572be7311211b23cd57970470..f1bdeb84df8f17e685bb65e60a64bdf3520ac500 100644 (file)
@@ -274,7 +274,8 @@ $wgAllowExternalImagesFrom = array( 'http://tile.openstreetmap.org/', 'https://t
 $wgNoFollowDomainExceptions = array( 'www.openstreetmap.org', 'josm.openstreetmap.de', 'taginfo.openstreetmap.org', 'blog.openstreetmap.org', 'wiki.osmfoundation.org' );
 
 # FIXME - move to specific
-$wgForceUIMsgAsContentMsg = array( 'mainpage-url', 'portal-url', 'mapfeatures-url', 'helppage' );
+# defines which links of the sidebar are translatable 
+$wgForceUIMsgAsContentMsg = array( 'mainpage-url', 'mapfeatures-url', 'contributors-url', 'helppage', 'blogs-url', 'shop-url', 'sitesupport-url' );
 
 # FIXME - move to specific
 $wgAllowUserJs = TRUE;