aftershock has asked for the wisdom of the Perl Monks concerning the following question:
How would you localize 'String Theory'? Would it be possible to use tool template on form fu (that it would be easier to localise that string? Then it could be...elements: - type: Select name: w label_loc: Type of query * options: - [ '', 'Choose something' ] - [ 'Code1','String Theory' ] - [ 'Code2', 'Quantumchromodynamics' ]
elements: - type: Select name: w label_loc: Type of query * options: - [ '', 'Choose something' ] - [ 'Code1', '[% l('String Theory') %]' ] - [ 'Code2', '[% l('Quantumchromodynamics') %]' ]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: formfu, catalyst and tool template
by Anonymous Monk on Mar 23, 2011 at 11:51 UTC |