lila/translation/resources.dtd
2021-05-25 10:33:31 +02:00

10 lines
329 B
DTD

<!ELEMENT resources (string|plurals)*>
<!ELEMENT string (#PCDATA)>
<!ATTLIST string name ID #REQUIRED>
<!ATTLIST string comment CDATA "">
<!ELEMENT plurals (item+)>
<!ATTLIST plurals name ID #REQUIRED>
<!ATTLIST plurals comment CDATA "">
<!ELEMENT item (#PCDATA)>
<!ATTLIST item quantity (zero|one|two|few|many|other) #REQUIRED>