-
Notifications
You must be signed in to change notification settings - Fork 155
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
No locale data has been provided for this object yet. #135
Comments
hi, please provide your code and locale files |
Same issue after update to 2.3.2, code is plain just from the example, locales - en, ru. |
@pavelglebov |
Have the same issue with 2.4.1 and react-native on android and only in debug mode. Works ok on 2.2.5 |
@olebrun could you provide your code example and locale files |
I will try to provide you a working test app these next day. |
我的场景是这样的: 我在主系统里面使用了 |
@astonishqft |
I can confirm that on react-native Android Hermes Engine the latest version is broken. If I downgrade to 2.2.5 it's OK, also if debugger enabled and Google V8 engine is active - it's OK too. Looks like we need |
Confirmed: And add import 'intl';
import 'intl/locale-data/jsonp/en'; in the root Polyfill is needed now in latest version of this lib. |
For non-browser application, you should add |
Add
And add these polyfills to index.js root file:
to support intl and plurals on react native. |
升级完了你们最新的版本
[email protected]
之后,编译完运行会报错,之前的版本是没问题的The text was updated successfully, but these errors were encountered: