fix: add copy for common noun type morph tag (#1367)
This commit is contained in:
parent
5607d9cc41
commit
96c2b3f777
1 changed files with 2 additions and 0 deletions
|
|
@ -78,6 +78,8 @@ String? getGrammarCopy({
|
|||
return L10n.of(context).grammarCopyPUNCTTYPEbrck;
|
||||
case 'grammarCopyNOUNTYPEart':
|
||||
return L10n.of(context).grammarCopyNOUNTYPEart;
|
||||
case 'grammarCopyNOUNTYPEcomm':
|
||||
return L10n.of(context).grammarCopyNOUNTYPEcomm;
|
||||
case 'grammarCopyNUMBERPSORsing':
|
||||
return L10n.of(context).grammarCopyNUMBERPSORsing;
|
||||
case 'grammarCopyNUMBERPSORplur':
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue