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
This ticket https://github.com/owncloud/core/pull/14925/files#diff-c428169f7899b3a581d46ca00ce88080R18 will add a new helper for translations in handlebars templates.
These should also be parsed properly by the l10n.pl script (at least once that PR is merged)
@DeepDiver1975
The text was updated successfully, but these errors were encountered:
hmm - I doubt that gettext has any idea about handlebars ..... can we either inject the translation strings in php or js?
Sorry, something went wrong.
Are you saying that parsing $l->l10n('') and t() is a feature of gettext ?
$l->l10n('')
t()
We might be able to inject the text using template variables, but that somewhat defies the purpose of having a template in the first place.
might also need something similar for vuejs/pug templates then...
cc @felixheidecke
afaik not - market app is vue.js based and translations strings are extracted from the final generated js code.
indeed no changes needed for vue.
No branches or pull requests
This ticket https://github.com/owncloud/core/pull/14925/files#diff-c428169f7899b3a581d46ca00ce88080R18 will add a new helper for translations in handlebars templates.
These should also be parsed properly by the l10n.pl script (at least once that PR is merged)
@DeepDiver1975
The text was updated successfully, but these errors were encountered: