We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d48a6 commit e17eff8Copy full SHA for e17eff8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@wniemiec-component-reactnative/weekday-selector",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "Component that lets you select days of the week",
5
"main": "index.js",
6
"repository": {
src/locales/index.js
@@ -17,8 +17,8 @@ const getLanguageByDevice = () => {
17
}
18
19
I18n.translations = {
20
- 'en_US': en,
21
- 'pt_BR': pt,
+ 'en_US': {...I18n.translations['en_US'], ...en},
+ 'pt_BR': {...I18n.translations['pt_BR'], ...pt},
22
23
24
const setLanguageToI18n = () => {
0 commit comments