mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 08:22:16 +01:00 
			
		
		
		
	Recent gettext has a feature to allow consumer projects to supply their own string extraction rules for XML files, in ITS format. Gettext still ships the rule for *.gschema.xml, but it would be better maintained in the upstream project. See the gettext documentation for details: http://www.gnu.org/software/gettext/manual/html_node/Preparing-ITS-Rules.html https://bugzilla.gnome.org/show_bug.cgi?id=760199
		
			
				
	
	
		
			11 lines
		
	
	
		
			333 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			333 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0"?>
 | |
| <!--
 | |
| See the gettext documentation for the file format:
 | |
| http://www.gnu.org/software/gettext/manual/html_node/Preparing-ITS-Rules.html
 | |
| -->
 | |
| <locatingRules>
 | |
|   <locatingRule name="GSettings" pattern="*.gschema.xml">
 | |
|     <documentRule localName="schemalist" target="gschema.its"/>
 | |
|   </locatingRule>
 | |
| </locatingRules>
 |