mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02:10 +01:00
Add context attribute to DTD
This commit is contained in:
parent
ca51cd6f45
commit
2a1e228408
@ -79,7 +79,9 @@
|
|||||||
* <!ELEMENT default (#PCDATA) >
|
* <!ELEMENT default (#PCDATA) >
|
||||||
* <!-- the presence of the l10n attribute marks a default value for
|
* <!-- the presence of the l10n attribute marks a default value for
|
||||||
* translation, its value is the gettext category to use -->
|
* translation, its value is the gettext category to use -->
|
||||||
* <!ATTLIST default l10n (messages|time) #IMPLIED >
|
* <!-- if context is present, it specifies msgctxt to use -->
|
||||||
|
* <!ATTLIST default l10n (messages|time) #IMPLIED
|
||||||
|
* context CDATA #IMPLIED >
|
||||||
*
|
*
|
||||||
* <!ELEMENT summary (#PCDATA) >
|
* <!ELEMENT summary (#PCDATA) >
|
||||||
* <!ELEMENT description (#PCDATA) >
|
* <!ELEMENT description (#PCDATA) >
|
||||||
|
Loading…
x
Reference in New Issue
Block a user