Skip to content

Commit c2bbf4a

Browse files
committed
#218 pronoun selection paths and many variable renames
1 parent 559ecad commit c2bbf4a

14 files changed

+1074
-786
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Emojis for the following are chosen based on [gitmoji](https://gitmoji.dev/).
1717
- Scribe now includes a baseline autocomplete feature that suggests the next possible noun based on the current word being entered as well as the most common words in the keyboard language.
1818
- Scribe now includes a baseline autosuggest feature that suggests words derived from Wikipedia that most often follow a given word.
1919
- Preposition annotations can now be clicked to display a case pronoun display from which pronouns can be selected.
20-
<!-- - Users are able to select subjects and objects from the display to exactly specify which pronoun they need. -->
20+
- Users are able to select subjects and objects from the display to exactly specify which pronoun they need.
2121

2222
### 🗃️ Data Added
2323

@@ -37,7 +37,7 @@ Emojis for the following are chosen based on [gitmoji](https://gitmoji.dev/).
3737
- Boolean states for commands were converted into a single enum to make keyboard states much simpler to work with.
3838
- Code was refactored to work with the new enum style of command state management.
3939
- Enums are now used to control switching between conjugations.
40-
<!-- - Enums are now used to control switching between different conjugation displays. -->
40+
- Enums are now used to control switching between different conjugation displays.
4141

4242
# Scribe-iOS 1.4.0
4343

Keyboards/KeyboardsBase/InterfaceVariables.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ enum CommandState {
5858
case translate
5959
case conjugate
6060
case selectVerbConjugation
61-
case selectCaseConjugation
61+
case selectCaseDeclension
6262
case plural
6363
case alreadyPlural
6464
case invalid

Keyboards/KeyboardsBase/Keyboard.xib

+68-68
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)