为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How to see which hyphenation dictionaries are integrated into Firefox?

  • 3 个回答
  • 1 人有此问题
  • 2 次查看
  • 最后回复者为 FrankCo

more options

I'm trying to figure out which hyphenation dictionaries are integrated into which version of Firefox. On https://developer.mozilla.org/en-US/docs/Web/CSS/hyphens, at the bottom, there is a table, but I'm having difficulty reading it. Should I read it as Firefox Win has Afrikaans as of 43.8, Galician as of 43.9 and Polish as of 43.31? So it is independent of the language of Firefox itself (e.g. I live in The Netherlands but have an English FF)?

Also, why is the RH-side half of the table filled with primarily question marks? I'd expect the Mozilla folks to know which Firefox Android contains which hyphenation dictionary?

Thanks in advance.

I'm trying to figure out which hyphenation dictionaries are integrated into which version of Firefox. On https://developer.mozilla.org/en-US/docs/Web/CSS/hyphens, at the bottom, there is a table, but I'm having difficulty reading it. Should I read it as Firefox Win has Afrikaans as of 43.8, Galician as of 43.9 and Polish as of 43.31? So it is independent of the language of Firefox itself (e.g. I live in The Netherlands but have an English FF)? Also, why is the RH-side half of the table filled with primarily question marks? I'd expect the Mozilla folks to know which Firefox Android contains which hyphenation dictionary? Thanks in advance.

被采纳的解决方案

I found out another way, through a Javascript test script. The table should indeed be read as that of v. 43.31, FF comes with all the hyphenation dictionaries included in the table, except Czech.

There are errors in the table, because Chrome 64 still does not support CSS hyphenation, let alone Chrome 55. And the question marks to the right under FF remains odd. But I entered a report about the MDN page.

定位到答案原位置 👍 0

所有回复 (3)

more options

You can check the README files in the source code via DXR to see how it works.

See the locale pages for the included dictionaries.

Use this resource: link to see the builtin files in Firefox:

  • resource://gre/hyphenation/

由cor-el于修改

more options

@cor-el -- That doesn't answer my question, unfortunately. Let me rephrase it, because maybe I wasn't clear.

I am a web designer, working on a multilingual website. I want to know whether the current Firefox version has all the hyphenation dictionaries mentioned on the MDN page built in. Or do modern Swedish FF versions only contain the Swedish dictionary, to name one example?

And what about my second question, about the right half of the table?

由FrankCo于修改

more options

选择的解决方案

I found out another way, through a Javascript test script. The table should indeed be read as that of v. 43.31, FF comes with all the hyphenation dictionaries included in the table, except Czech.

There are errors in the table, because Chrome 64 still does not support CSS hyphenation, let alone Chrome 55. And the question marks to the right under FF remains odd. But I entered a report about the MDN page.