Fix 'full' mode not being a superset of 'true' mode
This commit is contained in:
parent
92f2466cff
commit
70f0b8b0cd
@ -354,7 +354,7 @@ class Translator {
|
||||
collapseEmphaticOptions.push([true, false]);
|
||||
break;
|
||||
case 'full':
|
||||
collapseEmphaticOptions.push([true, true]);
|
||||
collapseEmphaticOptions.push([true, false], [true, true]);
|
||||
break;
|
||||
}
|
||||
const textOptionVariantArray = [
|
||||
|
Loading…
Reference in New Issue
Block a user