-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update labels to be more consistent with FLEx #1730
Comments
Reopening this because #1731 only changed the labels for new entries, not existing ones. Here's the conversation from slack: Tim:
Billy:
Kevin:
let lookup = {
"Part of Speech": "Grammatical Category"
}
function convertLabel(label) {
return lookup[label] ?? label;
}
|
This card is about changing the labels the user sees for the "word" and "meaning" fields.
Word -> Lexeme Form (or "Lexeme" - need clarification)
Meaning -> Sense
The text was updated successfully, but these errors were encountered: