Jan Amann

Results 436 comments of Jan Amann

Ah ok, I see! Good to hear! 🙌

That's an interesting request. I think this could be doable, I just had a look through the code base to get an overview of the required parameters for all the...

> I think createTranslator would also need messages, right? True, good point! I've added it above. Yep, it's indeed a bit of a refactoring. I'd definitely be open to a...

Ok, sure – sounds good! Let's leave this issue open for now then.

David Brands from Marvia reached out to me to discuss the feature. He brought up the point that it's questionable how `t.rich` would be supported for usage in a non-React...

I think that's the right way to go, yes. After all providing the rich text formatters is really bound to the view layer and as we're leaving the React space...

Hmm, can you tell me a bit more about your use case? This might be a bit difficult to achieve, the API of `next-intl` is really based on the idea...

I see. Yep, I think especially when you want to validate that only valid keys are passed to translation functions, you want all of those calls in your app code...

@satazor Hm, your code gives me the warning `Unused classes found: container-green (css-modules/no-unused-class)`. But that's because you're not using that class. E.g. this code works fine for me with version...

Hmm, if that's the case, that's an error. However, do you even need that `&` sign here? Omitting it should produce the same result, right? Anyway if you find an...