About [[MediaWiki:Mobile-frontend-photo-ownership/en]]
Appearance
Does it support GENDER?
Why would it need to support plural? It's about a single upload.
It does not support GENDER. This should be reported in bugzilla: on MobileFrontend. Relevant code:
msg = mw.msg( 'mobile-frontend-photo-ownership', mw.config.get( 'wgUserName' ) ), ownerStatement: mw.msg( 'mobile-frontend-photo-ownership', mw.config.get( 'wgUserName' ) )
These should get the user object as second parameter per mw:Manual:Messages_API#JavaScript_examples.