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
What framework do you want to have? Please provide links of its i18n solution/package.
https://github.com/jsverse/transloco
Please provide some overall screenshots about how the i18n usage would be like
<ng-container *transloco="let t">
{{ t('title') }}
<comp [title]="t('title')">
Please provide a minimal starter project
Additional context Old transloco package is already supported
The text was updated successfully, but these errors were encountered:
Open pull requests: #1119 #1140
Sorry, something went wrong.
No branches or pull requests
What framework do you want to have? Please provide links of its i18n solution/package.
https://github.com/jsverse/transloco
Please provide some overall screenshots about how the i18n usage would be like
<ng-container *transloco="let t">
{{ t('title') }}
<comp [title]="t('title')">
Please provide a minimal starter project
Additional context
Old transloco package is already supported
The text was updated successfully, but these errors were encountered: