root/trunk/uploadr/xulrunner_locales/README

Revision 535, 1.3 kB (checked in by jdecq, 9 months ago)

locales from xulrunner 1.9.1 beta

Line 
1
2 What the heck is up with these JARs?
3 ----------------------------------------------------------------------
4
5 The JARs in this directory are for XULRunner internal strings - stuff
6 like the extension manager, the automatic update service, etc.
7
8
9 XULRunner doesn't yet ship with non en-US locales for these JARs
10
11 To build the XULRunner locale JARs, we simply take the locale JAR
12 from http://hg.mozilla.org/releases/l10n-mozilla-1.9.1/de/file/cbdd8d9a167d/toolkit/chrome/
13 or for en-Us:
14 C:\mozilla\toolkit\locales\en-US\chrome if you got the source code from hg as mentionned in Readme.updates
15
16 We then take only the folders inside the
17 'locale/ko' folder (for Korean) and copy them into our SVN tree
18 at '/xulrunner_locales/locale/ko-kr/'. The build script (build.pl)
19 will do the magic to package them all up and create the manifest.
20
21 At this time, we're including locale file from Firefox 3.1 Beta 2. When
22 Firefox goes GA, we'll probably want to update these files
23 accordingly to catch any changes.
24
25
26
27 Locale mappings
28 ----------------------------------------------------------------------
29
30 Flickr and Mozilla locales don't overlap exactly. Here's how we're
31 currently mapping them.
32
33         Flickr   <->    Moz
34
35         de-de           de
36         en-US           en-US
37         es-us           es-ES
38         fr-fr           fr
39         it-it           it
40         ko-kr           ko
41         pt-br           pt-BR
42         zh-hk           zh-TW
43
44         ja-jp           ja
Note: See TracBrowser for help on using the browser.