The Localization
Day 6 - Miracle morning & new project from scratch
November 14, 2025
The task for today is to figure out the implementation for localization.
Localization is quite important because it will definitely help bring in more users, so I’d rather build it out while the app is still small.
I considered using i18n but decided against it because of the complications. I ended up sticking with RNLocalize and swapping the languages using a language object.
Super tiny update as usual. ^.^