autolab / Autolab

Course management service that enables auto-graded programming assignments.
http://www.autolabproject.com/
Apache License 2.0
752 stars 213 forks source link

Internationalization plan? #1582

Open luojike opened 1 year ago

luojike commented 1 year ago

I was wondering if the Autolab would have a plan for internatioalization in the future. If so, when will the internationalization be implemented. Is it easy to use Ruby on Rails I18n support to do so?

damianhxy commented 1 year ago

Hey luojike, thanks for asking! There are currently no plans to support internationalization in the near future.

It certainly seems that Rail's i18n support would facilitate the process, however it is still a huge task given the number of strings present throughout the application.

I will leave this issue open so that you will receive any updates regarding this.