dev

NewCategoriesLocalizedFilter allows to use localized filters for categories on non-en wikis.

Usage

By default, the script uses built-in alphabets. If no alphabet configured or found for current content language, then the script will gather all characters on the page and will build the list.

One can add local alphabet:

window.newCatLocal = window.newCatLocal || {};
window.newCatLocal.alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';

Installation