Use i18n-js from npm
This commit is contained in:
parent
03c5875f57
commit
b7858b56d6
|
@ -9,8 +9,13 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "github.com/AlexanderZaytsev/react-native-i18n.git"
|
"url": "github.com/AlexanderZaytsev/react-native-i18n.git"
|
||||||
},
|
},
|
||||||
"keywords": ["react-native", "react-component", "ios", "i18n"],
|
"keywords": [
|
||||||
|
"react-native",
|
||||||
|
"react-component",
|
||||||
|
"ios",
|
||||||
|
"i18n"
|
||||||
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"i18n-js": "github:fnando/i18n-js#v3.0.1"
|
"i18n-js": "^3.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue