root/trunk/uploadr/README.locales

Revision 349, 1.9 kB (checked in by calh, 2 years ago)

oops - we also use some strings from prefs/advanced.dtd - evil!

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 two files from the Firefox 2 locale bundle:
29
30 {$locale.jar}/locale/browser/preferences/connection.dtd
31 {$locale.jar}/locale/browser/preferences/advanced.dtd
32
33 (Only the last 3 strings come from advanced.dtd, all the rest are from
34 conenction.dtd)
35
36 You can get hold of this inside the language JAR of a Firefox 2 or 3
37 install (inside the 'chrome' folder) to avoid having to translate the
38 strings yourself.
39
40
41
42 XULRunner also contains some non-flickr-specific strings which need
43 translating. The versions for currently supported languages can be
44 found here:
45
46 /xulrunner_locales/locale/
47
48 And instructions for how to create and build these bundles can be found
49 here:
50
51 /xulrunner_locales/README
52
53
54
55 At this time, we're not making final builds available in other
56 locales, but this may change in the near future if we get
57 interest. If we do, we'll need to get a version of the XULRunner
58 bundle for that locale into SVN.
59
60 To submit community translations, start a topic in the forum:
61
62 http://flickr.com/groups/hackinguploadr/
63
64
65 --cal
Note: See TracBrowser for help on using the browser.