Interpolate named counts in JS
Even though JS does the `%d` interpolation in `n__` using a string replacement. This would not be compatible with the ruby implementation. Therefore using named variables instead.
Showing
Please register or sign in to comment