We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

How to see which hyphenation dictionaries are integrated into Firefox?

  • 3 përgjigje
  • 1 e ka hasur këtë problem
  • 2 parje
  • Përgjigjja më e re nga 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.

Zgjidhje e zgjedhur

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.

Lexojeni këtë përgjigje brenda kontekstit 👍 0

Krejt Përgjigjet (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/

Ndryshuar nga 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?

Ndryshuar nga FrankCo

more options

Zgjidhja e Zgjedhur

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.