Localization System
Opened this issue · 2 comments
- The localization System will be set.
- English language support will be added.
Is this task still available? What are the requirements for this task? Only TR and EN support and getting rid of hardcoded strings? Using the flutter way of localizations, so with .arb
files or is a custom solution viable? I assume we do not need OTA (Over-the-Air) updates of translations? Just throwing some stuff in for an open discussion ☄️
This task is available. I can assign it to you if you want.
We are planning to create an architecture to read texts from a JSON file for each language.
Except for speakers, sponsors, sessions, and faq, all the data are included in the project.
For this reason, we do not need any complicated localization method. Almost all the texts are the same as the previous version of the project.