The fourth installment of the devlog for FalaGym, my language practice tool.
Today I want to talk abou the latest updates on the project but also the fact that I've got users!! 🎉 Hint: family and friends.
I managed to onboard my girlfriend and my mom as my first users :D and here came the first challenge:
That took me to the task of implementing multi-language support, which in itself created the following tasks:
That was the motivation behind implementing the following features in the course of the last few weeks:
The work on these features has been fun and straightforward. I introduced a library for the translations in the spirit of keeping it simple. This covers the basic UI elements. For the generation of sentences I am still relying on the LLM and the quality has been quite good so far for the different languages we are exposed to.
After a week of use my users (again, mom and girlfriend) already have feature request. As a suggestion from my mom I have now started to look into the possibility of generating audio for the sentences. Scenes for the next chapter.
See ya.