更改Firefox上的默认语言

vit*_*ral 8 firefox spell-checking

我一直在寻找一种方法来改变Firefox上的默认语言(Ubuntu 12.04).我没有做过任何工作,直到我现在才弄明白.(见下面我自己的答案)

有人知道更好的方法吗?

Sup*_*est 12

我可以通过转到about:config并设置来设置默认的拼写检查程序spellchecker.dictionary.


vit*_*ral 1

  1. 转到您的 Firefox 语言文件夹。对我来说它是 usr/lib/firefox/dictionaries。
  2. 请注意,如果它是快捷方式,对我来说它快捷方式为 ../../share/hunspell (/usr/share/hunspell)
  3. 将文件夹备份到某处(复制粘贴)
  4. 转到该文件夹​​并删除除所需语言之外的所有内容。(对我来说,我只保留 en_US*)

显然,只有当您不需要其他语言时,这才有效。经过几个月的尝试解决这个错误,我想不出任何其他方法。希望 Mozilla 尽快修复这个错误......

这是命令行

user@user-1015E:/usr/share/hunspell$ sudo rm en_A*
user@user-1015E:/usr/share/hunspell$ sudo rm en_C*
user@user-1015E:/usr/share/hunspell$ sudo rm en_Z*
user@user-1015E:/usr/share/hunspell$ sudo rm en_G*
Run Code Online (Sandbox Code Playgroud)

  • 那么,您实际上并没有更改默认的拼写检查语言,您只是删除了所有其他语言并只留下一种语言? (3认同)