mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-07 22:42:13 +08:00
[ReactNative] parse localized JSON files in JS, not in ObjC
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
|
||||
var NativeModules = {
|
||||
I18n: {
|
||||
translationsDictionary: {
|
||||
translationsDictionary: JSON.stringify({
|
||||
'Good bye, {name}!|Bye message': '¡Adiós {name}!',
|
||||
},
|
||||
}),
|
||||
},
|
||||
Timing: {
|
||||
createTimer: jest.genMockFunction(),
|
||||
|
||||
Reference in New Issue
Block a user