Summary
The Linux setup scripts (manjaro_arch, ubuntu, suse) and the WindowOS support an exclude=
parameter to skip downloading specific language models (e.g. exclude=de,
exclude=all). The macOS setup script is missing this feature.
Expected behavior
bash setup/macos_setup.sh exclude=de
bash setup/macos_setup.sh exclude=all
Current behavior
The parameter is silently ignored on macOS.
Notes
The implementation was already done once (commit 2e23199) but was lost
during a git reset --hard. The Linux implementation in
manjaro_arch_setup.sh can serve as reference.
Summary
The Linux setup scripts (manjaro_arch, ubuntu, suse) and the WindowOS support an
exclude=parameter to skip downloading specific language models (e.g.
exclude=de,exclude=all). The macOS setup script is missing this feature.Expected behavior
Current behavior
The parameter is silently ignored on macOS.
Notes
The implementation was already done once (commit 2e23199) but was lost
during a git reset --hard. The Linux implementation in
manjaro_arch_setup.shcan serve as reference.