-
-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
syntaxIssues related with syntax or ABNFIssues related with syntax or ABNF
Description
develop syntax uses {…}, but the broader software ecosystem seems to have settled on a paradigm in which interpolated parts of text are indicated by either ${…} (JavaScript template literals and Mako templates) or {{…}} (Mustache, Jinja(2) and Angular).
Unless there is a clear pre-existing convention for single braces within the context of internationalization, I think it would be wise to conform with that external paradigm rather than diverging from it.
Metadata
Metadata
Assignees
Labels
syntaxIssues related with syntax or ABNFIssues related with syntax or ABNF