From 8a249cd83ad6bfcae4912b3814d3caf41c77c898 Mon Sep 17 00:00:00 2001 From: ggurdin <46800240+ggurdin@users.noreply.github.com> Date: Tue, 8 Jul 2025 13:55:30 -0400 Subject: [PATCH] chore: add missing grammar copy to switch statement (#3376) --- lib/pangea/morphs/get_grammar_copy.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/pangea/morphs/get_grammar_copy.dart b/lib/pangea/morphs/get_grammar_copy.dart index 8afe7e409..cc2a141e6 100644 --- a/lib/pangea/morphs/get_grammar_copy.dart +++ b/lib/pangea/morphs/get_grammar_copy.dart @@ -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(