[ReactNative] parse localized JSON files in JS, not in ObjC

This commit is contained in:
Philipp von Weitershausen 2015-04-27 15:58:21 -07:00
parent 2f4430cf51
commit f2b38bacbf
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@
var NativeModules = {
I18n: {
translationsDictionary: {
translationsDictionary: JSON.stringify({
'Good bye, {name}!|Bye message': '¡Adiós {name}!',
},
}),
},
Timing: {
createTimer: jest.genMockFunction(),