You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kosmodrey not really, for example in Italian the grave accent is put above the letters, so we have è on the keyboard but not the ` key because we never use it.
Anyway, this shouldn't even be an issue on this repo :P
Hello, in Europe we don't have on keyboard the ` key, we just have ' or " ...is there a way to let strings like
Hello, ${ firstName } ${ lastName }!
work?
I tried with
'Hello, '+${ firstName }!
and
'Hello, ${ firstName }!'
but it doesn't work!
The text was updated successfully, but these errors were encountered: