Log In
Support
New Account
This forum
This project's trackers
This project's forums
This project's tasks
This project's releases
This project's documents
This project's news
Software/Group
People
Skill
Advanced search
Home
My Page
Project Tree
Code Snippets
Project Openings
localization-generator
Summary
Forums
Tracker
Lists
Tasks
Docs
Surveys
News
SCM
Files
Forums
|
Admin
Discussion Forums:
help
Start New Thread
Nested
Flat
Threaded
Ultimate
Show 25
Show 50
Show 75
Show 100
By:
clint troxel
Pass multiple arguments to localized string? [ reply ]
2006-04-05 18:10
I know I can do this:
l(:my_message, "#{params['msg']}")
::
my_message: My message says %s
But, how do I do this:?
l(:my_two_messages, "#{params['msg1']}", "#{params['msg2']}")
::
???
Thanks!
-clint