We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be useful to be able to manage a list of templated strings to use for labels.
Frameworks like mustache could enable dynamic data to be added: E.g. Showing {{ displayResults }} of {{ numResults }}
Showing {{ displayResults }} of {{ numResults }}
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Scenarios
Consider if this is stored in the database or statically in version control and added during the build step.
hjohns
No branches or pull requests
Would be useful to be able to manage a list of templated strings to use for labels.
Frameworks like mustache could enable dynamic data to be added:
E.g.
Showing {{ displayResults }} of {{ numResults }}
The text was updated successfully, but these errors were encountered: