Changeset 348
- Timestamp:
- 04/18/08 21:52:50 (2 years ago)
- Files:
-
- trunk/uploadr/README.locales (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/uploadr/README.locales
r338 r348 18 18 /MacUploadr.app/Contents/Resources/chrome/locale/en-US/main.dtd 19 19 /MacUploadr.app/Contents/Resources/chrome/locale/en-US/main.properties 20 /MacUploadr.app/Contents/Resources/chrome/locale/en-US/proxy.dtd 20 21 21 for an example, see the korean versions:22 for an example, see the Korean versions: 22 23 23 24 /MacUploadr.app/Contents/Resources/chrome/locale/ko-kr/main.dtd 24 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. 25 35 26 36 27 37 28 38 XULRunner also contains some non-flickr-specific strings which need 29 translating. The english versions can be found here: 39 translating. The versions for currently supported languages can be 40 found here: 30 41 31 /xulrunner_locales/locale/ en-US/42 /xulrunner_locales/locale/ 32 43 33 However, not all files require translation. The only ones currently 34 used by Uploadr are in the language specific directories, for 35 example: 44 And instructions for how to create and build these bundles can be found 45 here: 36 46 37 /xulrunner_locales/locale/ko-kr/ 38 39 To avoid having to actually translate these strings, you can 40 probably find the same strings inn releases of Firefox 2, 41 assuming it's available in your language. You can check that on 42 this page: 43 44 http://www.mozilla.com/en-US/firefox/all.html 47 /xulrunner_locales/README 45 48 46 49 47 50 48 After translating all of these files, post a link to them in the 49 Flickr Uploadr group to have these checked into SVN: 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: 50 57 51 58 http://flickr.com/groups/hackinguploadr/ 52 59 53 60 54 At this time, we're not making final builds available in other55 locales, but this may change in the near future if we get56 interest.57 58 59 61 --cal