Changeset 11208


Ignore:
Timestamp:
06/11/08 22:23:16 (4 years ago)
Author:
sys
Message:

ajout .rng aux type de fichiers à localiser

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jav_I8N/src/com/scenari/i8n/helpers/DefaultFormatProvider.java

    r11207 r11208  
    8989        public static final Pattern PATTERN_RAW = Pattern.compile("^.*\\.txt$", Pattern.CASE_INSENSITIVE); 
    9090 
    91         public static final Pattern PATTERN_XMLSTR = Pattern.compile("^.*\\.(xml|xsl|xul)$", Pattern.CASE_INSENSITIVE); 
     91        public static final Pattern PATTERN_XMLSTR = Pattern.compile("^.*\\.(xml|xsl|xul|rng)$", Pattern.CASE_INSENSITIVE); 
    9292 
    9393        public static final Pattern PATTERN_JSSTR = Pattern.compile("^.*\\.js$", Pattern.CASE_INSENSITIVE); 
Note: See TracChangeset for help on using the changeset viewer.