Can I have a variable and an interpolation in the same translation key?
Something like this:
"notice" : "{{subject}} {RES, select, is{is} are{are} other{are}}",
gives me the error on the web browser console:
Object { message: "Expected [ \t\n\r] or [0-9a-zA-Z$_] but \"{\" found.", expected: (8) […], found: "{", location: {…}, name: "SyntaxError", stack: "" }
When {{subject}} is removed, it works.
Thank you in advance for help.