-
Notifications
You must be signed in to change notification settings - Fork 79
fluent-syntax: Add syntax for plain text interpolation #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
How is that different from:
? |
It sounds like @mortyccp would like the AST to still reflect the fact that
|
@stasm Ya it is exactly what I want. |
One more thing I would like to ask is how this Placeable will be represented in the AST? Does it have identifier for which Placeable it is? |
No, there won't be an identifier, just a |
|
Currently we have Message References.
This indicate the translator to not translate the what inside the
{ }
.I suggest we can add another syntax to make the contents to be translated too.
For example
This is useful because we can keep the sentence to be translated all together. And if we provide AST form of the translated result, we provide the renderer ability to further enhance the appearance or behaviour of the word
here
.The text was updated successfully, but these errors were encountered: