Winston Sung

Results 11 comments of Winston Sung

I was considering using "page view language" rather than just using "user interface language" in namespaces with wikitext content modal, but there's no "page language"-related variables passed in, causing the...

It seems the CI already failed for "PHPUnit: MW master, PHP 8.1" before this commit? > 3b585b3 Localisation updates from https://translatewiki.net. > https://github.com/ProfessionalWiki/Maps/runs/6404720045

I would prefer only by language variants, but I have no idea how to pass the current language variant based on page language.

Solutions: - Using page view language: replace `->inContentLanguage()` , using `->inLanguage( $lang )` with page view language as the variable passed to the method instead. - Using user language: simply...

I'm having issues in `wfMessage( 'maps-loading-map' )->inContentLanguage()->text()` in `/src/GeoJsonPages/GeoJsonMapPageUi.php` and `/src/Map/MapHtmlBuilder.php` as the function doesn't privide any information about the page language. Should I just use user interface language then?...

(Anyway, I'll use "user interface language" as it should let us prevent further technical issues and tech debts.)