Jump to content

Manual:$wgOverrideUcfirstCharacters/pt

From mediawiki.org
This page is a translated version of the page Manual:$wgOverrideUcfirstCharacters and the translation is 14% complete.
Language, regional and character encoding settings: $wgOverrideUcfirstCharacters
Lista de caracteres Unicode para os quais a capitalização é substituída em Language::ucfirst.
Introduzido na versão:1.34.0 (Gerrit change 502546; git #d46835ef)
Removido na versão:Ainda em utilização
Valores permitidos:(array)
Valor predefinido:[]

See T219279.

Details

The characters should be represented as char_to_convert => conversion_override.

For example, to prevent being taken to the page 'Ss' on a wiki when you want to view 'ß', add this to your LocalSettings.php

:

$wgOverrideUcfirstCharacters = [ 'ß' => 'ß', ];