mirror of
				https://gitcode.com/github-mirrors/react-native-update-cli.git
				synced 2025-10-31 23:03:11 +08:00 
			
		
		
		
	add i18n
This commit is contained in:
		| @@ -30,7 +30,7 @@ function mapInfoResource (apkInfo, resourceMap) { | ||||
|   iteratorObj(apkInfo) | ||||
|   return apkInfo | ||||
|   function iteratorObj (obj) { | ||||
|     for (var i in obj) { | ||||
|     for (const i in obj) { | ||||
|       if (isArray(obj[i])) { | ||||
|         iteratorArray(obj[i]) | ||||
|       } else if (isObject(obj[i])) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sunnylqm
					sunnylqm