A kind reminder we would like all registered users to weigh in on one of our forum's security policies.
Please take a moment to read this thread and place a vote.
https://forum.palemoon.org/viewtopic.php?f=17&t=32935
Please take a moment to read this thread and place a vote.
https://forum.palemoon.org/viewtopic.php?f=17&t=32935
Language Pack ...
Moderator: Basilisk-Dev
-
ioc2e3
- Moongazer

- Posts: 8
- Joined: 2025-06-29, 09:44
Language Pack ...
Please provide ...
Used on Basilisk Browser ...
Traditional Chinese Language Pack ...
.
Used on Basilisk Browser ...
Traditional Chinese Language Pack ...
.
-
ioc2e3
- Moongazer

- Posts: 8
- Joined: 2025-06-29, 09:44
Re: Language Pack ...
Pale Moon Browser's language packs ...
After installed on Basilisk Browser ...
No work at all ...
.
After installed on Basilisk Browser ...
No work at all ...
.
Last edited by ioc2e3 on 2025-06-29, 12:28, edited 6 times in total.
-
Moonchild
- Pale Moon guru

- Posts: 38513
- Joined: 2011-08-28, 17:27
- Location: Sweden
Re: Language Pack ...
Language packs for one browser don't work on a different browser. Common sense, no?
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
-
ioc2e3
- Moongazer

- Posts: 8
- Joined: 2025-06-29, 09:44
Re: Language Pack ...
Ask this because ...
Basilisk is pretty close to Pale Moon ...
.
Basilisk is pretty close to Pale Moon ...
.
-
Moonchild
- Pale Moon guru

- Posts: 38513
- Joined: 2011-08-28, 17:27
- Location: Sweden
Re: Language Pack ...
And a poodle is pretty close to a wolf.
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
-
Basilisk-Dev
- Astronaut

- Posts: 520
- Joined: 2022-03-23, 16:41
- Location: Chamber of Secrets
Re: Language Pack ...
Please provide translations ...
Then I will make the language pack ...
I do not speak Chinese ...
Then I will make the language pack ...
I do not speak Chinese ...
-
ioc2e3
- Moongazer

- Posts: 8
- Joined: 2025-06-29, 09:44
Re: Language Pack ...
Excuse me ...
Basilisk Browser's ( language file ) ...
Where is ( file path ) ?
What is ( file name ) ?
Can it be displayed normally on Notepad++ ?
.
Basilisk Browser's ( language file ) ...
Where is ( file path ) ?
What is ( file name ) ?
Can it be displayed normally on Notepad++ ?
.
-
gabrgv
- Moon lover

- Posts: 84
- Joined: 2023-10-28, 18:59
Re: Language Pack ...
As I recall, people have requested language pack for the following languages: chinese, spanish, german and russian; and some have offered help on writing them. But it’s not that easy to download the Iceweasel-UXP langpack, find out the differences between them, etc. I once tried to write a portuguese langpack following the steps mentioned here and there but to no success. It’s hard for a complete lamer like myself to do this kind of thing.
It would be very convenient if you created a reference langpack, as mentioned here:
It would be very convenient if you created a reference langpack, as mentioned here:
Enobarbous wrote:2024-09-28, 17:20So maybe should create a repo with a reference language pack for Basilisk as well? In this case, I think there will be a better chance that someone will translate it into other languages.
-
_yup_
- Moonbather

- Posts: 63
- Joined: 2025-04-26, 11:45
Re: Language Pack ...
The "reference" (en-US) language pack can be easily extracted from the Basilisk with any command line ZIP archive decompressor.
This is an example for the Info-ZIP unzip:
Code: Select all
unzip -C -d _LangPack omni.ja chrome/en-US/* chrome/chrome.manifest
unzip -C -d _LangPack/chrome.manifest browser/omni.ja chrome/en-US/* chrome/chrome.manifestThen edit extracted chrome.manifest and browser/chrome.manifest files - remove all lines, that do not start with "locale".
The last step is creation of install.rdf file (using any existed language pack as a template) and chrome.manifest with two lines:
Code: Select all
manifest chrome/chrome.manifest
manifest browser/chrome/chrome.manifestBut creation of a language pack for one browser using a language pack for some other browser is not so straightforward as one might think.
(I am the creator and maintainer of language packs for Mypal and Iceape-UXP, so I know how much efforts takes creation of initial translation. Updating of an already existent one is way easier.)
-
ioc2e3
- Moongazer

- Posts: 8
- Joined: 2025-06-29, 09:44
Re: Language Pack ...
That ...
Downloaded from here ( https://sourceforge.net/projects/infozip/ ) ...
.........................
After decompression ...
No .exe file was found on the decompressed folder ...
.
-
Bilbo47
- Lunatic

- Posts: 368
- Joined: 2017-11-18, 04:24
Re: Language Pack ...
That's a source code project, not a downloadable program. Instead try 7-zip