If you go Special:RecentChanges on the Meetei (Manipuri) Wikipedia, you'll see all the numbers in timestamps and added/removed bytes in the Meetei Mayek script: ꯰꯱꯲꯳꯴꯵꯶꯷꯸꯹. This works as expected.
If I go to Special:RecentChanges with Meetei (mni) UI, I see timestamps in the Meetei Mayek script (꯰꯱꯲꯳꯴꯵꯶꯷꯸꯹), but bytes added/removed in the Bengali script (০১২৩৪৫৬৭৮৯). This is not as expected: Everything is supposed to be in Meetei Mayek.
Something similar happens also on Special:Contributions, in search results, and on Twn Main Page. On the latter, in particular, the statistics on the large top boxes appear in Bengali numerals, and the percents in the small boxes at the bottom appear in Meetei numerals.
Another thing that may be related is that I also noticed that in the translatewiki's sidebar, two lines appear in a mix of Manipuri and Bengali script:
- মৈতৈলোন্ ꯒꯤ ꯊꯣꯡꯒꯥꯜ
- মৈতৈলোন্ ꯗꯥ ꯍꯟꯗꯣꯛꯄ
"মৈতৈলোন্" is "Meiteilon", the name of the Meetei language in the Bengali script. The rest of the line is in the Meetei script. Perhaps the language name is taken from CLDR, and CLDR gives data in the Bengali script by default? The Bengali script is indeed used for the Manipuri language, but all the content in translatewiki and the Meetei Wikipedia is in the Meetei script.
These regular expressions may be useful in debugging:
- Bengali digits: [০-৯]
- Meetei digits: [꯰-꯹]
Tagging MediaWiki-extensions-CLDR because I suspect it's related. Please remove it if it's not related.