Re: Spanish language missing in GNOME3-web



On Sun, Apr 03, 2011 at 08:06:37AM +0200, F Wolff wrote:
> I don't know if we'll need it right away for gnome 3, but in general, we
> should also consider the 3 letter codes, like Asturian, Friulian,
> Neapolitan, Northern Sotho, etc.

Done a thorough check now, there doesn't seem to be any 3 letter mime
type codes.

I've matched http://l10n.gnome.org/teams/?format=xml with
/etc/mime.types on RHEL6, and only found the following matches:
  .el .gv .ms .pl .ps .si .sl .tr


If someone wants to look at it, I've put the files at:
http://people.gnome.org/~ovitters/tmp/rhel6-mime-type-extensions
http://people.gnome.org/~ovitters/tmp/l10n-teams

Matching is easily done in python:
>>> a = set(open("rhel6-mime-type-extensions", "r").read().splitlines())
>>> b = set(open("l10n-teams", "r").read().splitlines())
>>> for lang in sorted(a & b): print ".%s" % lang,
... 
.el .gv .ms .pl .ps .si .sl .tr

-- 
Regards,
Olav


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]