chore: add missing grammar copy to switch statement (#3376)
This commit is contained in:
parent
2a61da7361
commit
8a249cd83a
1 changed files with 2 additions and 0 deletions
|
|
@ -491,6 +491,8 @@ String? getGrammarCopy({
|
|||
return L10n.of(context).grammarCopyVOICErcpVoice;
|
||||
case "grammarCopyCASEaccdat":
|
||||
return L10n.of(context).grammarCopyCASEaccdat;
|
||||
case 'grammarCopyVERBFORMshrt':
|
||||
return L10n.of(context).grammarCopyVERBFORMshrt;
|
||||
// Handle empty tag
|
||||
case '':
|
||||
ErrorHandler.logError(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue