xseei icon indicating copy to clipboard operation
xseei copied to clipboard

Add Polish (pl) locale

Open Gelip opened this issue 3 years ago • 5 comments

How add polish locale. I added polish files in-prefs.dtd and in-prefs.properties to the pl subfolder in .xpi archive but it doesn't work even after turning off the signature checking: xpinstall.signatures.required false I attach polish interface files: pl.zip

Gelip avatar May 23 '22 16:05 Gelip

Hi, Which version, or build, of Firefox are you using? Note this add-on can't run in recent official Firefox releases, even turning off the signature checking: the support to run old XUL add-ons is simply missing; there is no way around it.

Your comment reminded me that I need to mark this repo as archived...

nohamelin avatar May 25 '22 00:05 nohamelin

Which version, or build, of Firefox are you using?

I am using Firefox 52.9.0 ESR and firefox-45.9.11-20180916-ca29a3ea9-win32-sse.7z on an old PC.

Gelip avatar May 25 '22 06:05 Gelip

The locale's resources need to be registered in the chrome.manifest and install.rdf files too, to work.

I merged the latest add-on build with your translation. GitHub doesn't allow me attach XPI files here so I added it for now as a new asset to the release, give it a try: XMLSearchEnginesExporterImporter-0.4+Polish.xpi

nohamelin avatar May 25 '22 14:05 nohamelin

I added it for now as a new asset to the release

Thank you very much. It works :-)

P.S. Is making a signed version a big problem?

Gelip avatar May 25 '22 15:05 Gelip

P.S. Is making a signed version a big problem?

Signing for public releases was done by Mozilla but they removed all the support to work with XUL add-ons from addons.mozilla.org

nohamelin avatar May 25 '22 15:05 nohamelin