Mercurial > repos > IBBoard
diff schemas/translation.xsd @ 79:a70d89de1435
Re #32: Add staged loading of translations
* Add "extends" attribute to schema so that translation files can define what they extend
* Add "get parent language" method to extractor
* Move loader to using XML translation sets
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Fri, 09 Apr 2010 19:48:51 +0000 |
parents | 70d6c2a5d99e |
children | 13f0ffb012cb |
line wrap: on
line diff
--- a/schemas/translation.xsd Fri Apr 09 19:35:18 2010 +0000 +++ b/schemas/translation.xsd Fri Apr 09 19:48:51 2010 +0000 @@ -13,6 +13,7 @@ <xs:element name="translation" minOccurs="0" maxOccurs="unbounded" type="translationtype"/> </xs:sequence> <xs:attribute name="lang" type="xs:string" use="required"/> + <xs:attribute name="extends" type="xs:string" default=""/> </xs:complexType> </xs:element> </xs:schema> \ No newline at end of file