Extension talk:UploadWizard
Latest comment: 4 days ago by Drhirn in topic Other default for uwLanguages
Archives
| ||
---|---|---|
| ||
Other default for uwLanguages
editOn our wiki everything is in german. So I tried to change uwLanguages to de only. But there is still the option "english" in the select field. Which is annoying when you upload a lot of files and have to change it on every file. Did I do something wrong or is this intended? If the latter, is there a way to make choosing another default language possible?
This is my LocalSettings.php
$wgUploadWizardConfig = [
[...]
'uwLanguages' => [
'de' => 'Deutsch',
],
];