User "Raymond" posted a comment on MediaWiki.r96155.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/96155#c21826
Commit summary:

init

Comment:

Short review from translatewiki.net/i18n side:

1) Please prefix all message keys with the extension name or at least an 
abbreviation like "fptc-" to avoid conflicts with core and other extensions and 
easier filtering on Special:AllMessages
2) Our code standard for message keys: lower case and dashes: 
"ContextMenu_Browse" -> "context-menu-browse" and together with 1) -> 
"fptc-context-menu-browse"
3) You can use UTF-8 instead of HTML entities
4) Trailing spaces ("Do you mean: ") will be trimmed. If necessary add the 
space into the code itself
5) Use variables $1...$9 instead of %s in "SearchSuggestionValue" => "Similar 
to \"%s\":",


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

Reply via email to