https://bugzilla.wikimedia.org/show_bug.cgi?id=44682

Nischay Nahata <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Nischay Nahata <[email protected]> ---
You can add new licenses by accessing the global config variable as follows

$wgUploadWizardConfig[ 'licenses' ]['your-own-license-name'] => array(
            'msg' => 'xyz',
            'icons' => array(),
            'url' => '//example.org/'
        );


The only problem I see is adding a msg, it should be a feature to add a
translation in LocalSettings.php but I don't think that is possible right now
(should ask the in #mediawiki-i18n). However a workaround is to create a simple
extension and add those messages using that.

Closing this as fixed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to