545 bug i18n is a server side singleton#554
Conversation
C# Unit Tests39 tests 39 ✅ 5s ⏱️ Results for commit c3d26dc. ♻️ This comment has been updated with latest results. |
hahn-kev
left a comment
There was a problem hiding this comment.
looks good, I left a couple comments. I didn't do a super through test but I did look at it. Let me know if you want me to check more.
|
So, I sort of overlooked the fact that I added type safety to all of our translations in my previous changes. As a result, I actually found a bug. So, instead of chaning the type-safety to a loose-autocomplete (which I almost did), I decided that I like the type safety, so I extended our translation API to allow dynamic sub-keys while still type-checking the root of a key. I also addressed all your great comments, except I'm continuing to ignore the never dissappearing loading idicator on CSR-only pages. |
Resolves #545