Open jelveh opened 2 months ago
hey can I work on this?
Of course! Assigned ✌️
Let me know if you need help.
Hi! If you need help translating new keys into Russian, call me.
Hey, mind if I give a go?
Hey, mind if I give a go?
This issue is already assigned. Let me double-check quickly to see if they're working on it.
Hey @ADTmux, are you still working on this issue?
@ADTmux just a quick follow-up, are you still working on this? I think @Schlipe is interested if you don't have time to finish it.
@Schlipe are you still interested in picking this up? I can assign it to you.
@Schlipe are you still interested in picking this up? I can assign it to you.
Yes, u may assign I'll try my best
Thank you @Schlipe. Assigned. Let me know if you need any help :)
For translation purposes, we need to replace all human-readable text in the UI components with
i18n(key)
calls. This will allow for easier localization in the future.Tasks
./src/gui/src/UI
i18n(key)
./src/gui/src/i18n/translations/en.js
Implementation Details
./src/gui/src/UI
i18n(key)
./src/gui/src/i18n/translations/en.js
Example
Before:
After:
In
./src/gui/src/i18n/translations/en.js
:Additional Notes
Definition of Done
./src/gui/src/UI
is replaced withi18n(key)
calls../src/gui/src/i18n/translations/en.js
with correct English translations.