Conversation
Future998
commented
Oct 25, 2024
- Replaced the text for localization.
- Added Select to select the language in the Header.
- Localization of the DateTime format.
- Added Russian language.
|
@Future998 thanks for the PR. |
|
@Future998 seems to be working nicely. Can you pls rebase and fix the merge conflicts? |
856bca3 to
8f170a3
Compare
|
@Future998 pls address the ci failures. |
3dd802a to
0eef473
Compare
|
@rchincha, OK, it's ready |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #445 +/- ##
==========================================
- Coverage 85.00% 84.12% -0.89%
==========================================
Files 63 64 +1
Lines 1961 2041 +80
Branches 532 543 +11
==========================================
+ Hits 1667 1717 +50
- Misses 284 311 +27
- Partials 10 13 +3 ☔ View full report in Codecov by Sentry. |
|
I don't quite understand what to do next? |
4f37f4e to
73b21a5
Compare
|
@rchincha, OK, it's ready |
|
@Future998 This PR is a little late for the very next release. Will consider this for the next release after. |
raulkele
left a comment
There was a problem hiding this comment.
Thank you for the PR. The changes look good to me. If we want to add localisation, this will also set the basis for implementing other locales.
|
|
||
| const { t, i18n } = useTranslation(); | ||
| const [selectedLanguage, setSelectedLanguage] = useState(i18n.language); | ||
| const handleLanguageChange = (event) => { |
There was a problem hiding this comment.
A test with language selection would be good to have, just to have it covered as it would be a new feature
73b21a5 to
384723a
Compare
|
Like that? |
- Replaced the text for localization. - Added Select to select the language in the Header. - Localization of the DateTime format. - Added Russian language. Signed-off-by: Alexander Burmatov <thatman@altlinux.org>
Signed-off-by: Alexander Burmatov <thatman@altlinux.org>
384723a to
94348ea
Compare
