feat(lng): Added change language on the fly (#456)

* feat(lng): added change language on the fly

* fixed dropdown

* applied feedbacks

* added translation

* updated bundlesize

* fixed error

* updated snaps

* added french language

* added language in storage

* updated styles

* fixed tests
This commit is contained in:
Priscila Oliveira
2020-04-23 08:20:41 +02:00
committed by GitHub
parent b17368470d
commit 675ee980ee
21 changed files with 731 additions and 176 deletions

View File

@@ -134,5 +134,15 @@
},
"app-context-not-correct-used": "The app context was not correct used",
"package-meta-is-required-at-detail-context": "packageMeta is required at DetailContext"
}
},
"lng": {
"english": "英語",
"portuguese": "葡萄牙語",
"spanish": "西班牙文",
"german": "德語",
"chinese": "中文",
"french": "法國人"
},
"help-to-translate": "幫助翻譯",
"change-language": "改變語言"
}