Answers:
这显然是在系统级别进行管理的。转到“ 系统设置”菜单中的“ 语言支持”菜单,然后添加要支持的语言。之后,重新启动LibreOffice,您将看到例如拼写检查器将为您提供使用新安装的语言的选项。
sudo apt-get install myspell-es
或aspell-es
或hunspell-es
命令:
sudo apt-get install aspell-<language pack>
会成功的
例如,西班牙语词典是:
sudo apt-get install aspell-es
sudo apt-get install hunspell-es
aspell
字典对我来说不起作用(Kubuntu 16.04,LibreOffice 5.1.4.2),但是安装可以myspell
完成任务。
如果您无法安装系统软件包,则可以手动安装拼写检查字典扩展。您需要重新启动LibreOffice。
美国英语词典可在此处找到:extensions.libreoffice.org。
安装扩展说明:
从libreoffice.org被盗的说明
要在Libre-Office上安装西班牙语拼写检查器,您需要下一个软件包:
sudo apt-get install myspell-es
aspell-nl
是没有工作,但myspell-nl
在工作
myspell-de-de
。
sudo apt install myspell-nl
收益率Note, selecting 'hunspell-nl' instead of 'myspell-nl'
还有一个非常流行的扩展程序,它支持多达20种语言,它们不仅可以检测拼写错误,还可以检测一些语法错误和“假朋友”。该扩展名为LanguageTool。
sudo apt-get --install-suggests install libreoffice-l10n-fr
这将安装:
hunspell hunspell-fr-comprehensive hyphen-fr libreoffice-help-fr
libreoffice-l10n-fr mythes-fr
它应该被安装,libreoffice-grammarcheck-fr
但是由于某种原因该软件包在我的linuxmint安装中不可用
sudo apt-get --install-suggests install libreoffice-l10n-
并按“ Tab”键以查看自动完成建议。
如果仅需要其他拼写检查字典,而没有用于其他用户界面(UI)语言的文件,则打开命令行终端并键入:
sudo apt install hunspell-xx
这里xx
是ISO 639-1双字母语言代码。
在某些情况下,语言代码需要补充ISO 3166-1 alpha-2国家/地区代码(例如hunspell-en-gb
和)hunspell-de-ch
或专业词典的三个或三个以上字母的缩写(例如hunspell-en-med
英语医学术语)。
hunspell
使用以下命令列出所有可用的字典:
apt search hunspell
重新启动 LibreOffice,使所有新词典都可用于拼写检查。