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