-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
Add angular-l10n to comparison table #81
Comments
I updated the table. Let me know if there are any mistakes, and I will update. Thanks. |
Perfect, thank you!
I think there's more, but this is what I know from personal usage and docs reading |
Hi, couple of notes:
|
@IlCallo you're welcome to submit a PR for any additional functionality you want. |
|
<h3>{{ 'changeCountry' | translate: 'en' }}</h3>
<h3>{{ 'changeCountry' | translate: 'it' }}</h3>
We don't need to support it. It's work out of the box in Transloco without this boilerplate code. |
Not wanna pick a fight here, and you are right about the "works out of the box" thing, but the boilerplate in Not saying it's wrong but it degrades performance, so you probably should add a disclaimer on the documentation. But maybe you found a way to avoid impure pipe performance degradation or you already studied the problem and noticed the performance impact isn't so high even with a lot of pipes used around, in that case sorry to bother :) |
Our solution is a structural directive. |
I will stop this discussion here. It becomes to be a discussion of who's better, and I don't like it. It's your decision whether to use If there are more mistakes in the table, I will update. Thanks. |
I think I couldn't explain myself good enough: mine where just suggestions plus some context, not attacks to the library or saying which one is best (in my opinion, Anyway, the table is now correct, original issue is solved: keep on the great work! :) |
I'm submitting a...
Current behavior
There is a beautiful comparison table, but
angular-l10n
is missing.angular-l10n
was probably the best i18n library for Angular before Transloco, so a comparison with it would be really interesting.I see someone already asked for it into #13
Expected behavior
Add
angular-l10n
to the table.What is the motivation / use case for changing the behavior?
Clarity, documentation, help devs to choose what fits them best.
The text was updated successfully, but these errors were encountered: