-
Notifications
You must be signed in to change notification settings - Fork 104
Closed
Labels
featureNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Terms
- I have searched open and closed feature requests
- I agree to follow Scribe-Android's Code of Conduct
Description
This issue is the first to start adding in Scribe command functionality to Scribe-Android 🚀
When a user types a word that is found in a nouns table we'd like the first autosuggestion button to change based on the gender of the word. The suggestion key should also be disabled when an annotation is being shown.
The changes are the following:
- For feminine the key is red with an F
- For masculine the key is blue with an M
- For neutral the key is green with an N
- For common (combination of feminine and masculine in Swedish) the key is purple with a C
- For plural the key is orange with a PL
The letters described above should also change based on the language. See Scribe-iOS/Keyboards/KeyboardsBase/ScribeFunctionality/Annotate.swift#L37 for the needed conversions for Swedish and Russian.
- Note that this issue is blocked by Load in new version of Scribe data with lexeme based IDs #134, which is blocked by Simplify formatting process to lexeme based outputs rather than string based Scribe-Data#142
Contribution
Happy to support with this and get to it myself eventually if need be! This is the first Scribe functionality within Scribe-Android. Really looking forward to it 😊
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Type
Projects
Status
Done