-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Issue Description
Document where localization (i18n) resources are stored and how the translation system works.
Question from @draptick
"Where are the language resources stored (couldn't find anything by searching through the code base)? Are they in the Google Sheet?"
Investigation Needed
- Identify current localization strategy
- Check if translations are in Google Sheets
- Document how to add new translations
- Explain language switching mechanism
- Document supported languages
Possible Locations
- Google Sheets (as suggested)
- Resource files (.resx)
- JSON files
- Hardcoded strings
Documentation Goals
- Clear explanation of i18n architecture
- Instructions for adding new languages
- Translation workflow for contributors