Reply models use hardcoded strings that should be in XML
Open
- Dominant language
- Kotlin
- Stars
- 721
- Forks
- 162
- PR merge metrics
- No merged PRs in 30d
Description
Contact.kt has hard coded strings used for the replies, for example:
`"cat" to { _ -> buildReply { this.text = "Meow" } },`
The text values should be stored in strings.xml, so they can support translations (e.g., "Miau" for the cat in Spanish).
Contributor guide
Assessment
This issue has not been assessed yet.