[15:49:06] can anyone here give me headstart on which files should I look for to solve the bug T254683? [15:56:03] I would probably start at `languages/messages/MessagesBn.php` or `includes/language/Language.php` [15:56:16] (and `includes/languages/LanguageBn.php` if it existed, but it doesn’t) [15:56:36] but I think it’s also worth checking whether the problem is Lua-specific or also reproducible in PHP code [15:57:08] if you have a local MediaWiki installation, you can experiment in `php maintenance/run.php shell` [15:57:49] (I wasn’t able to reproduce the issue with `MW::srv()->getLanguageFactory()->getLanguage('bn')->formatNum('0.00002')` – it gave me “০.০০০০২” instead – but I might just have been doing something wrong, and don’t want to put too much time into it myself ^^) [16:06:49] Giving me the same result (re @lucaswerkmeister: (I wasn’t able to reproduce the issue with MW::srv()->getLanguageFactory()->getLanguage('bn')->formatNum('0.00002') – it gave me...) [16:11:56] Seems like it is lua specific