root/trunk/uploadr/README.locales

Revision 348, 1.8 kB (checked in by calh, 2 years ago)

updated the how-to-add-lang readme in light of the ff3 XULRunner bundles

Line 
1 The Flickr Uploadr has official builds for the following locales:
2
3         en-US   US English
4         de-de   German
5         es-us   Spanish
6         fr-fr   French
7         it-it   Italian
8         ko-kr   Korean
9         pt-br   Portuguese
10         zh-hk   Traditional Chinese
11
12
13
14 If you want to translate the Uploadr into another language, there
15 are several files that you'll need to edit. To customize the
16 Flickr-specific strings, you'll need to edit these files:
17
18 /MacUploadr.app/Contents/Resources/chrome/locale/en-US/main.dtd
19 /MacUploadr.app/Contents/Resources/chrome/locale/en-US/main.properties
20 /MacUploadr.app/Contents/Resources/chrome/locale/en-US/proxy.dtd
21
22 for an example, see the Korean versions:
23
24 /MacUploadr.app/Contents/Resources/chrome/locale/ko-kr/main.dtd
25 /MacUploadr.app/Contents/Resources/chrome/locale/ko-kr/main.properties
26 /MacUploadr.app/Contents/Resources/chrome/locale/ko-kr/proxy.dtd
27
28 The proxy.dtd file is based on a file from the Firefox 2 locale bundle:
29
30 {$locale.jar}/locale/browser/preferences/connection.dtd
31
32 You can get hold of this inside the language JAR of a Firefox 2 install
33 (inside the 'chrome' folder) to avoid having to translate the strings
34 yourself.
35
36
37
38 XULRunner also contains some non-flickr-specific strings which need
39 translating. The versions for currently supported languages can be
40 found here:
41
42 /xulrunner_locales/locale/
43
44 And instructions for how to create and build these bundles can be found
45 here:
46
47 /xulrunner_locales/README
48
49
50
51 At this time, we're not making final builds available in other
52 locales, but this may change in the near future if we get
53 interest. If we do, we'll need to get a version of the XULRunner
54 bundle for that locale into SVN.
55
56 To submit community translations, start a topic in the forum:
57
58 http://flickr.com/groups/hackinguploadr/
59
60
61 --cal
Note: See TracBrowser for help on using the browser.