[RESOLVED] firefox-multi package - Language pack not downloading
Published: November 12, 2024 - 7:59 AM
Good morning,
Since version 130+ of the "firefox-multi" package, language packs no longer download (no problem with dictionaries).
It is my understanding that we simply need to add the language pack titles in red below in setup.py, is that correct or is there another step to take?
By default, I only have the English version (which is normal according to the documentation), and I have to go into the browser options to manually download the language of my choice. According to the basic script, I should at least have French, German, and Italian, in addition to the ones in red that I added (Arabic and Chinese).
I just performed this test with the firefox-multi 132.0.1 version directly downloaded from the Wapt store.
list_pre_installed_lang = ["fr", "en-GB", "es-ES", "de", "it", "zh-CN", "zh-TW", "ar"] # Reminder: 'en-US' will be native
Thank you for your help, best regards,
Ramses
Wapt Enterprise 2.5.5.15697
Debian 11
W10 Education administration OS
Since version 130+ of the "firefox-multi" package, language packs no longer download (no problem with dictionaries).
It is my understanding that we simply need to add the language pack titles in red below in setup.py, is that correct or is there another step to take?
By default, I only have the English version (which is normal according to the documentation), and I have to go into the browser options to manually download the language of my choice. According to the basic script, I should at least have French, German, and Italian, in addition to the ones in red that I added (Arabic and Chinese).
I just performed this test with the firefox-multi 132.0.1 version directly downloaded from the Wapt store.
list_pre_installed_lang = ["fr", "en-GB", "es-ES", "de", "it", "zh-CN", "zh-TW", "ar"] # Reminder: 'en-US' will be native
Code: Select all
dist_dir = "distribution"
dist_path = makepath(programfiles, "Mozilla Firefox", dist_dir)
ext_dir = "extensions"
ext_path = makepath(dist_path, ext_dir)
policies_file = "policies.json"
policies_path = makepath(dist_path, policies_file)
list_pre_installed_lang = ["fr", "en-GB", "es-ES", "de", "it", "zh-CN", "zh-TW", "ar" # Reminder: 'en-US' will be native
Ramses
Wapt Enterprise 2.5.5.15697
Debian 11
W10 Education administration OS