"Raymond" posted a comment on MediaWiki.r113254.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/113254#c31942

Commit summary for MediaWiki.r113254:

added i18n
removed unused functions and tests
fixed failing tests
minor change to javascript
minor change to css

Raymond's comment:

Some notes on a i18n/i10n base:
# Dots in message key are very uncommon. I suggest to use dashes: 
'controls.show' -> 'controls-show'
# Prefix the message keys with the extension name: 'controls-show' -> 
'sidebarmenu-controls-show' to avoid key conflicts with core and/or other 
extensions
# {{messagedocumentation}}

At least 2.+3. are necessary to add your extension to http://translatewiki.net

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to