🌐(frontend) add localization to editor

Currently, when you change language the editor does not change. So we add this
functionality
This commit is contained in:
NathanPanchout
2024-10-21 19:10:25 +02:00
committed by Nathan Panchout
parent 60120852f5
commit 7fc59ed497
4 changed files with 52 additions and 12 deletions

View File

@@ -12,6 +12,7 @@ and this project adheres to
## Added
- 📝Contributing.md #352
- 🌐(frontend) add localization to editor #268
## Fixed