https://bugzilla.wikimedia.org/show_bug.cgi?id=46851

--- Comment #3 from Daniel Friesen <[email protected]> ---
Well... actually right now you kind of need to do:

wfMessage( 'foo' )
  ->inLanguage( 'en_CA' )
  ->params(
    wfMessage( 'bar' )
      ->params( 'foo' )
      ->inLanguage( 'en_CA' )
      ->plain() );

Since __toString defaults to parse.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to