Add initial Russian locale support to the OpenMAIC UI#177
Add initial Russian locale support to the OpenMAIC UI#177GRIZZZZZLY wants to merge 10 commits intoTHU-MAIC:mainfrom
Conversation
|
Hi! I fixed the formatting issues in this PR and pushed an update.\n\nThe latest workflow run now shows |
|
Hey, thanks for putting this together! Since this PR was opened, we've refactored the i18n system. Adding a new locale now only needs two changes:
See the Translation Guide and #365 (Japanese) for reference. Could you rebase onto current |
1 similar comment
|
Hey, thanks for putting this together! Since this PR was opened, we've refactored the i18n system. Adding a new locale now only needs two changes:
See the Translation Guide and #365 (Japanese) for reference. Could you rebase onto current |

Summary
This PR adds initial Russian (
ru-RU) locale support to the OpenMAIC UI.Changes
ru-RUto locale handlingWhy this matters
This makes OpenMAIC usable for Russian-speaking users and extends the current localization model beyond Chinese and English.
Notes
This is an initial localization pass, not a full translation audit. Some less frequently used UI areas may still fall back to English until follow-up cleanup is completed.