Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#14585 closed (duplicate)

Make interpolate JS function not require the named parameter.

Reported by: Amin Mirzaee Owned by: nobody
Component: Translations Version: 1.2
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

It is completely unnecessary and annoying to have to specify an additional parameter in Javascript
when using a dictionary to fill in the strings. Switching back and forth between python and js, this
can be often times forgotton, with bad results.

With this fix, compatibility is maintained with all current utilizations.

Change History (4)

comment:1 by Amin Mirzaee, 14 years ago

Resolution: fixed
Status: newclosed

comment:2 by Amin Mirzaee, 14 years ago

Resolution: fixed
Status: closedreopened

comment:3 by Amin Mirzaee, 14 years ago

Resolution: duplicate
Status: reopenedclosed

comment:4 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

Note: See TracTickets for help on using tickets.
Back to Top