livecodes
livecodes copied to clipboard
i18n
Discussed in https://github.com/orgs/live-codes/discussions/547
Originally posted by zyf722 April 5, 2024
I'm working on a project that requires me to allow users to edit and run code in multiple languages in the browser. Then I found this project and it works perfectly for my needs.
I notice that currently all messages and texts are hardcoded in the source code. I think it would be better if we can move all these texts to a separate file so that it's easier to maintain and translate. Any plans or thoughts on this i18n feature?
This is also related to providing a RTL layout, since a significant percentage of LiveCodes users have Arabic as their first language.
.take