Show
Ignore:
Timestamp:
04/30/08 17:53:27 (2 years ago)
Author:
calh
Message:

split out the README file per-platform

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/uploadr/README.locales

    r349 r369  
     1 
     2Locale handling 
     3------------------------------------------------------------------------ 
     4 
    15The Flickr Uploadr has official builds for the following locales: 
    26 
     
    6367 
    6468 
    65 --cal 
     69 
     70Translations (by richard) 
     71------------------------------------------------------------------------ 
     72 
     73I've just been pulling the translated DTD and PROPERTIES files from a 
     74production WWW server and running them through strings_import.php. 
     75 
     76Note that in the German translation, the help page is messed up because 
     77they insist on removing the ^^ wrappers around some sections of the 
     78text.  Replace these or you'll see "undefined" in several places in the 
     79UI. 
     80 
     81Also note that " must be escaped with ".  This led me to believe 
     82that & could be escaped with & but this is not the case.  Don't 
     83use & in the main.dtd files - spell out "and" instead.