You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm also migrating from react-native-i18n to js-lingui. So far so good, albeit I use the i18n.t more than <Trans> components and it took me a while to set everything up (lingui/js-lingui#176). Good luck.
@vonovak Good choice, it's an awesome lib! Actually there was a first PR to migrate to js-lingui as well (#747), but since it was too much to handle, we went for an intermediary home-made version to ease up the final migration :)
Once #777 is merged, react-native-i18n will become almost unused.
The only two things it's used for will be:
t()
Getting rid of it would mean having 100% control about how our translations are handled in our code.
Opinions?
The text was updated successfully, but these errors were encountered: