feat: Add french language + minor english language fix (#459)

* feat: Add french language + minor english language fix

* Added fr-FR to i18n config + DayJS locale loader

Co-authored-by: Liam JACK <1422590-liamjack@users.noreply.gitlab.com>
This commit is contained in:
Liam JACK
2020-04-17 06:42:38 +00:00
committed by GitHub
parent 2a6ad969cc
commit b17368470d
4 changed files with 153 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
},
"dialog": {
"registry-info": {
"title": "Register Info"
"title": "Registry Info"
}
},
"header": {
@@ -132,8 +132,8 @@
"page-not-found": "404 - Page not found",
"sorry-we-could-not-find-it": "Sorry, we couldn't find it..."
},
"app-context-not-correct-used": "The app context was not correct used",
"theme-context-not-correct-used": "The theme context was not correct used",
"app-context-not-correct-used": "The app context was not used correctly",
"theme-context-not-correct-used": "The theme context was not used correctly",
"package-meta-is-required-at-detail-context": "packageMeta is required at DetailContext"
}
}