Changeset 4501 in josm


Ignore:
Timestamp:
Oct 7, 2011 10:25:18 PM (20 months ago)
Author:
stoecker
Message:

update filefomat doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/I18n.java

    r4489 r4501  
    492492        } 
    493493        /* file format: 
     494           Files are always a group. English file and translated file must provide identical datasets. 
     495 
    494496           for all single strings: 
    495497           { 
    496498             unsigned short (2 byte) stringlength 
     499               - length 0 indicates missing translation 
     500               - length 0xFFFE indicates translation equal to original, but otherwise is equal to length 0 
    497501             string 
    498502           } 
Note: See TracChangeset for help on using the changeset viewer.