The Wikimedia Language Engineering team is pleased to announce the
first release of the MediaWiki Language Extension Bundle. The bundle
is a collection of selected MediaWiki extensions needed by any wiki
which desires to be multilingual.
This first bundle release (2012.11) is compatible with MediaWiki 1.19,
1.20 and 1.21alpha.
Get it from https://www.mediawiki.org/wiki/MLEB
The Universal Language Selector is a must have, because it provides an
essential functionality for any user regardless on the number of
languages he/she speaks: language selection, font support for
displaying scripts badly supported by operating systems and input
methods for typing languages that don't use Latin (a-z) alphabet.
Maintaining multilingual content in a wiki is a mess without the
Translate extension, which is used by Wikimedia, KDE and
translatewiki.net, where hundreds of pieces of documentation and
interface translations are updated every day; with Localisation Update
your users will always have the latest translations freshly out of the
oven. The Clean Changes extension keeps your recent changes page
uncluttered from translation activity and other distractions.
Don't miss the chance to practice your rusty language skills and use
the Babel extension to mark the languages you speak and to find other
speakers of the same language in your wiki. And finally the cldr
extension is a database of language and country translations.
We are aiming to make new releases every month, so that you can easily
stay on the cutting edge with the constantly improving language
support. The bundle comes with clear installation and upgrade
installations. The bundle is tested against MediaWiki release
versions, so you can avoid most of the temporary breaks that would
happen if you were using the latest development versions instead.
Because this is our first release, there can be some rough edges.
Please provide us a lot of feedback so that we can improve for the
next release.
-Niklas
--
Niklas Laxström
Hello! I know this list is supposed to be for MediaWiki. This more of a PHP
question, hope that's okay:
I am trying to add support for Hindu–Arabic numerals like ١٢٣٤٥٦٧٨٩٠ to my
application for the Kurdish language (ckb) [1]. On my local install (Ubuntu
18.04), the numerals are visible for ckb and PHP properly shows them using
NumberFormatter. But in production (Debian Jessie 8.11), it's still showing
westernized Arabic like 1234567890 [2]. Both installs are using the same
version of PHP (7.2.10), and the same version of ext-intl (1.1.0).
I don't think it's related to fonts, because the same Hindu-Arabic numerals
work when viewing in Arabic (ar) [3].
Can you think of any reason for this discrepancy? I thought it was all in
PHP, but maybe there's some other library that needs to be updated?
Thank you!
[1] https://phabricator.wikimedia.org/T213503
[2]
https://xtools.wmflabs.org/ec-generalstats/en.wikipedia.org/%C3%89pine?usel…
[3]
https://xtools.wmflabs.org/ec-generalstats/en.wikipedia.org/%C3%89pine?usel…
~Leon