Skip to content
Success

Changes

Summary

  1. [New #91] Implemented internationalization of text messages (commit: 4234aa1) (details)
  2. [Fix] Text area for comment form has now a max height (commit: 2f2d21f) (details)
  3. [Upd #91] Add react-intl library (commit: ffb9cac) (details)
  4. [Upd #91] Add user's browser language as locale default (commit: b726e22) (details)
  5. [Upd #91] Remove unnecessary default message for comment form (commit: 86fb3b3) (details)
  6. [Upd #91] Make Internationalization compatible with Storybook (commit: 0def153) (details)
Commit 4234aa1d22404605c6e3f5bbf02233b94c833b8c by max.chopart
[New #91] Implemented internationalization of text messages
(commit: 4234aa1)
The file was modifiedsrc/components/comment/CommentForm.jsx (diff)
The file was modifiedsrc/components/comment/CommentView.jsx (diff)
Commit 2f2d21f7355ee705b3d37498faba6d9c82db3041 by max.chopart
[Fix] Text area for comment form has now a max height
(commit: 2f2d21f)
The file was modifiedsrc/components/comment/CommentForm.jsx (diff)
The file was modifiedsrc/components/comment/CommentList.tsx (diff)
The file was modifiedpackage.json (diff)
The file was modifiedsrc/components/comment/CommentView.jsx (diff)
The file was modifiedsrc/constants/Constants.js (diff)
The file was modifiedtest/rendering/TestApp.jsx (diff)
The file was addedsrc/contexts/IntlContextProvider.tsx
The file was modifiedsrc/components/comment/CommentForm.jsx (diff)
The file was addedsrc/i18n/cs.json
The file was addedsrc/i18n/en.json
Commit b726e22b010e1791b4e173207eb9eec7199ef6f6 by max.chopart
[Upd #91] Add user's browser language as locale default
(commit: b726e22)
The file was modifiedsrc/contexts/IntlContextProvider.tsx (diff)
Commit 86fb3b32f334893978856a64861adc1f048ba4a8 by max.chopart
[Upd #91] Remove unnecessary default message for comment form
(commit: 86fb3b3)
The file was modifiedsrc/components/comment/CommentForm.jsx (diff)
Commit 0def15319a01f864139b6badc8349a7618871187 by max.chopart
[Upd #91] Make Internationalization compatible with Storybook
(commit: 0def153)
The file was modifiedsrc/stories/SForms/SForms.stories.tsx (diff)