Mailinglist Archive: opensuse-factory (471 mails)

< Previous Next >
Re: [opensuse-factory] new Firefox feature (call for help)
  • From: Wolfgang Rosenauer <wolfgang@xxxxxxxxxxxxx>
  • Date: Mon, 29 Jun 2009 19:37:57 +0200
  • Message-id: <4A48FBF5.8020402@xxxxxxxxxxxxx>
Pavol Rusnak schrieb:
Wolfgang Rosenauer wrote:
- to get the Firefox UI translations in place for as much locales as
possible (it's really not much to translate right now)

I can translate to Czech/Slovak. Languages like German or French should
be no problem. I'm not sure about the others, but we could ask i18n
people once the string collection is more or less complete.

I have german already (obviously) and I asked on os-translations today
and apparently get two spanish variants soonish.
The collection is more or less complete for the current provided feature
set of the extension. There are currently no more plans for features so
it would be nice to get some translations done now. Future features will
most likely get new locale files anyway.

You can get the locale files here:
http://git.opensuse.org/?p=projects/mozilla/susefox.git;a=tree;f=locale/en-US;h=ce25ffa4adf4e6a96fc7faac773e79584d910a27;hb=HEAD

I would go for opensuse-community.org for now. We can always change to
opensuse.org later and switch the URI in plugin by releasing an update.
I suggest to ask os-c.org folks.

Who are the os-c.org folks actually?

- if 3. is hard to solve or takes time we can consider to fill the
database manually to get started but that would need some help to
collect the needed information

I am willing to help. Tell me what metadata you need and I'll try to
figure out how to obtain it (automatically or manually) from the packages.

This is the schema and set for flash-player:

INSERT into package (
pkgname,
name,
mimetype,
architecture,
appid,
distribution,
repo,
weight,
filehint,
description
) VALUES (
"flash-player",
"Adobe Flash Player",
"application/x-shockwave-flash",
"i586",
"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",
"11.1",
"http://software.opensuse.org/ymp/openSUSE:11.1:NonFree/standard/flash-player.ymp";,
9,
"libflashplayer.so",
"This package contains Adobe's Flash Plugin for the supported Web
browsers in addition to a standalone flash player application"
);

Some comments:
appid: that defines that this plugin is meant for Firefox
- the remaining things are probably obvious but let me know if something
is unclear


Thanks,
Wolfgang
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx

< Previous Next >