Conversation
brownhoward
left a comment
There was a problem hiding this comment.
-
Under "Adding a new language", the fullstop in "In this case. the icon maps" should be replaced with a comma.
-
Under "Adding a new language", the last line mentions two steps so the section should be restructured with numbered items:
~~
To add a new language: -
Add a new folder and translation file to the /public/locales folder, with translations in place.
-
Inside language-dropdown.component.js, add the new language to
const languages. This object contains the languages, with an id and an icon. In this case, the icon maps to a flag, which is mapped using flag-icon-css. This will add the language and flag to the dropdown.
Once those two steps are complete, the new language will be compatible with the generated application.
~~
|
Looks great. That's exactly what is doing and how it's doing it |
No description provided.